py-faster-rcnn icon indicating copy to clipboard operation
py-faster-rcnn copied to clipboard

How to add background as the training data? The background image is no goals.

Open jiagh2010 opened this issue 4 years ago • 4 comments

How to add background as the training data? The background image is no goals. @rbgirshick @Dectinc @wangdelp @Queuecumber

jiagh2010 avatar Jun 15 '21 09:06 jiagh2010

How do you mark your background up? Faster R-CNN detects objects, not the background. If you need to find background pixels, you'd better look for segmentation networks.

filonenkoa avatar Jun 15 '21 11:06 filonenkoa

The following code, add the first category image, how to add? Because it's a background image, there are no coordinates. How to modify XML file

self._classes = ('background', 'aeroplane')

@filonenkoa

jiagh2010 avatar Jun 16 '21 06:06 jiagh2010

image

jiagh2010 avatar Jun 16 '21 06:06 jiagh2010

How to add empty dimension files for training? How to mark?

jiagh2010 avatar Jun 16 '21 07:06 jiagh2010