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

Run for Custom dataset #55

Closed
ayushsingh11 opened this issue Feb 15, 2023 · 1 comment
Closed

Run for Custom dataset #55

ayushsingh11 opened this issue Feb 15, 2023 · 1 comment

Comments

@ayushsingh11
Copy link

ayushsingh11 commented Feb 15, 2023

I have a X101_grid_feats_coco_test.hdf5 file, and a corresponding instances_val.json file which consists of the true labels. The hdf5 file was created after running grid-feats-vqa and feats_process.py. My aim is to get metrics for this dataset.
Upon running !python test_offline.py --features_path='./datasets/X101-features/X101_grid_feats_coco_test.hdf5' --annotation_folder='./datasets/annotations', I am getting the following error -
Screen Shot 2023-02-15 at 2 39 21 AM

When I use the annotations folder of COCO, then I get the following error instead -
Screen Shot 2023-02-15 at 2 38 57 AM

Can you please share what changes should I make to run the given code for a custom dataset?

@hunanpolly
Copy link

hunanpolly commented May 7, 2023

#45 (comment)

I have tackled this problem. The details are from above link.

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

3 participants