SooLab / CGFormer

The official PyTorch implementation of the CVPR 2023 paper "Contrastive Grouping with Transformer for Referring Image Segmentation".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyarrow version issue

baihuple opened this issue · comments

Excuse me, I met a problem when I run the code.
The error is "pyarrow.lib.ArrowInvalid: Tried reading schema message, was null or length 0 "in return pa.deserialize(buf)" of function loads_pyarrow.
My pyarrow version is 11.0.0. And I'm wondering your version and solution to this quesion.