Visual-Behavior / aloception-oss

Aloception is a set of package for computer vision: aloscene, alodataset, alonet.
Other
93 stars 7 forks source link

Handling of crowd images in coco #360

Open Aurelien-VB opened 1 year ago

Aurelien-VB commented 1 year ago

In coco some frames are crowded which results in partial and inconsistent labeling: all persons are not labeled and in the case of segmentation instances are not always separated. Here is what it may looks like if we want boxes2d in cocopanoptic: image

In cases like this I think that a way to skip crowded images would be the best solution but just adding a flag might be easier.

thibo73800 commented 1 year ago

Agree @Aurelien-VB