facebookresearch / Detectron

FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
Apache License 2.0
26.25k stars 5.45k forks source link

Train with Negative Dataset #990

Closed mdv3101 closed 2 years ago

mdv3101 commented 4 years ago

I want to train a Cascade RCNN with negative images (images which contain only background). I noticed that the model is filtering out the negative dataset at the time of loading annotations into the memory. Is there any way to solve this?