AlexeyAB / Yolo_mark

GUI for marking bounded boxes of objects in images for training neural network Yolo v3 and v2

Home Page:https://github.com/AlexeyAB/darknet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ferranmartinezlleida opened this issue · comments

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.