Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Number of training picture #17

Open
andrewliao11 opened this issue Mar 16, 2016 · 0 comments
Open

Number of training picture #17

andrewliao11 opened this issue Mar 16, 2016 · 0 comments

Comments

@andrewliao11
Copy link

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)

when I check the data:

np.unique(train_data['img_list']).shape[0]
>> 82460

Do I miss something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant