Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove objects with iscrowd=True in Objects365
Signed-off-by: tino926 <[email protected]>
- Loading branch information
ff08404
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
according to coco.py in pycocotools:
should set iscrowd=False to remove the crowd annotations as stated in
#3392 (comment)