number of data characters(457269) cannot be 1 more than a multiple of 4
Hi,
Thank you for your codes, but when I run the command bash run/vqa_finetune.bash 1 vqa_lxr955 something wrong,
the error infomation:
Load 632117 data from split ( s ) train , nominival
Start to load Faster-RCNN detected objects from data/mscoco_imgfeat/train2014_obj36.tsv
Traceback (most recent call last):
File "src/tasks/vqa.py", line 178, in
Emmmm, not sure. Maybe trying reading files with option 'rb'?
How are train2014_obj36.tsv and val2014_obj36.tsv from mscoco_imgfeat generated?
In case I want to run on my personal datasets with personal images.
How are
train2014_obj36.tsvandval2014_obj36.tsvfrommscoco_imgfeatgenerated? In case I want to run on my personal datasets with personal images.
The discussion is extended in issue#79.