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

Image IDs missing in Mixed dataset #21

Open
aitor-martinez-seras opened this issue Apr 9, 2024 · 0 comments
Open

Image IDs missing in Mixed dataset #21

aitor-martinez-seras opened this issue Apr 9, 2024 · 0 comments

Comments

@aitor-martinez-seras
Copy link

aitor-martinez-seras commented Apr 9, 2024

First of all, thank you for your outstanding work and for sharing it!

I have encountered a problem with the image IDs of the annotations of the mixed dataset. To make it clear in my explanation, this is the structure of the annotations I'm referencing:

loaded_json = {
 'annotations': [{... 'image_id': int ...}]
 'images': [{... 'id': int,...}]
 ...
}

The problem is the following: the annotations of instances_val2017_mixed_OOD.json (inside the annotations dict, in the image_id key) refer to image ids not present in the images dict (in the id key). This image ids referenced in the annotations dict are from the validation split, but as mentioned are not included correctly inside the images key.

I'm assuming that this is handled in the lines 87 to 93 in the file aose.py, therefore the ids of the images not contained in images I assume that are not going to be included for computing the metrics (they are 62 ids I think). Confirm me please if this is the case.

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