Gradiant / pyodi

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

[apps.paint_annotations] Add option to filter iscrowd #132

Closed daavoo closed 3 years ago

daavoo commented 3 years ago

The iscrowd attribute present in COCO annotations is currently being ignored and crowd boxes are being painted (the big purple sheep box):

000000545959_result

It would be nice to add an optional argument to filter out this annotations (possibly with default True).

github-actions[bot] commented 3 years ago

Branch feature/issue-132-_apps_paint_annotations_Add_option_to_filter_iscrowd created!