Jiangyong Huang

Results 4 issues of Jiangyong Huang

Hello, I just checked the file 'data/data_process_v2.py', and I found something confusing. Since in line 98 you check 'if dataset == 'refclef', apparently, you take RefClef dataset into account, not...

Hello, I wonder how did you extract 2500 samples of CLEVR Counts from the whole CLEVR dataset? I am interested in this split and would like to do similar things...

Hello, I tried your `huggingface` version, and the codes followed your toy example: ``` >>> from PIL import Image >>> from torchvision import transforms >>> from transformers import OFATokenizer, OFAModel...

Hello, I found annotations extracted by REFER class in refer.py seems to have some problems regarding categories. When I try to check whether annotations on category are correct, I found...