Gradiant / pyodi

Python Object Detection Insights
https://gradiant.github.io/pyodi/
Mozilla Public License 2.0
189 stars 17 forks source link

[apps.coco_merge] `image_id` not being properly handled #98

Closed daavoo closed 3 years ago

daavoo commented 3 years ago

The way image_id is currently updated only works when all the jsons contain image_ids filling all the range [0, N).

If any of the jsons start it's image_id at other number or some image_id is missing from the range, the results are incorrect.

github-actions[bot] commented 3 years ago

Branch bugfix/issue-98-_apps_coco_merge_image_id_not_being_properly_handled created!

igonro commented 3 years ago

Closed by #99