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
I found a very big bnug when loading annotations in the coco_decoder.py script. Currently, it iterates over the original json, that is, over the keys "images", "annotations", "categories", etc when in fact what you want is to iterate over the objects inside "annotations". The change would be simply to iterate over the original json but over the key "annotations". As it does not allow me to create PR, I create this issue,.
I found a very big bnug when loading annotations in the coco_decoder.py script. Currently, it iterates over the original json, that is, over the keys "images", "annotations", "categories", etc when in fact what you want is to iterate over the objects inside "annotations". The change would be simply to iterate over the original json but over the key "annotations". As it does not allow me to create PR, I create this issue,.
The text was updated successfully, but these errors were encountered: