thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.08k forks source link

Image Annotation, Images without label objects #780

Open AdrianSalvador opened 6 years ago

AdrianSalvador commented 6 years ago

Hi! Im doing object detection with only one label with my Dataset. I have seen in the examples that every image have his xlm file with the annotations. The "problem" is that in this examples always there are objects with anotations, In my case in my dataset there are images without annotations because they don't have the object that I search. My question is, the model works with images without bbox annotaions?. If yes, How I should anotate this images?

Thanks for the attention

youyuge34 commented 6 years ago

761

Please refer to this topic~