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
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:
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.
The text was updated successfully, but these errors were encountered:
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:
The problem is the following: the annotations of
instances_val2017_mixed_OOD.json
(inside theannotations
dict, in theimage_id
key) refer to image ids not present in theimages
dict (in theid
key). This image ids referenced in theannotations
dict are from the validation split, but as mentioned are not included correctly inside theimages
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.The text was updated successfully, but these errors were encountered: