You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all
I just want to make sure is the number of training picture is 82783?(from the VQA website)
since i found that in data_prepro.h5 or data_prepro.json, the number is 82460?
with h5py.File(h5_data_path,'r') as hf:
tem = hf.get('img_pos_train')
train_data['img_list'] = np.array(tem)
Hi all
I just want to make sure is the number of training picture is 82783?(from the VQA website)
since i found that in data_prepro.h5 or data_prepro.json, the number is 82460?
when I check the data:
Do I miss something?
The text was updated successfully, but these errors were encountered: