AlexeyAB / Yolo_mark

GUI for marking bounded boxes of objects in images for training neural network Yolo v3 and v2
https://github.com/AlexeyAB/darknet
The Unlicense
1.8k stars 680 forks source link

I trained with None category by accident, the network worked anyway and I don't know why........ #190

Open ferranmartinezlleida opened 4 years ago

ferranmartinezlleida commented 4 years ago

I was checking my dataset to see something totally unrelated to this and I stumbled upon this: part of the annotations made by me where wrong and had None category as it's Bounding Box class.

It surprised me because I don't know how could it work, and I would like to know if anyone knows the behaviour of darknet upon this. It just ignores it or can it impact negatively to the training of the net? Is this suposed to happen? Is this a bug? I don't know...

Thank you in advance.