yolov3-tf2 icon indicating copy to clipboard operation
yolov3-tf2 copied to clipboard

Train single class, how I can make dataset

Open bhoon1121 opened this issue 4 years ago • 1 comments

I am training yolov3 model and I have only one class. There were several problems in my case, but I could find solution from other issues. My Question When I trained my yolov3 model, I used 3,000 images and every image have object. I am not sure it is okay to use this dataset for training yolov3 model in single class case. I am wondering that I can make good model if I add images which have not any object.

bhoon1121 avatar Feb 24 '21 04:02 bhoon1121

I think it is important to include the negative examples without the objects. I am doing this and I did not have any problem

kalikhademi avatar Jun 23 '21 20:06 kalikhademi