Skip to content

Number of training picture #17

@andrewliao11

Description

@andrewliao11

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions