Labelimg: Background-Only images' annotation

Created on 16 Aug 2017  路  2Comments  路  Source: tzutalin/labelImg

Hello,

in some datasets, we have background-only images. it means they have no object of interest. in this case we should pass these tags with black coordinates I believe:

<bndbox>
  <xmin></xmin>
  <ymin></ymin>
  <xmax></xmax>
  <ymax></ymax>
</bndbox>

Can you implement a checkbox in the form to tick if the image is only-background, then save an xml with this difference?

or maybe the <object> tag should be removed totally. I think this is more correct.

Most helpful comment

By memory, clicking on the verify button allows you to save the xml associated to the image without adding <object> tag :)

All 2 comments

By memory, clicking on the verify button allows you to save the xml associated to the image without adding <object> tag :)

I think this has been resolved, but please feel free to reopen if that's not the case.

Was this page helpful?
0 / 5 - 0 ratings