Open aravindvel opened 4 years ago
Can you show screenshot of the error.
Please find screenshot of the error.
So check that you have such images.
Hi
I have followed the below comments
./darknet partial cfg/yolov3-tiny.cfg yolov3-tiny.weights yolov3-tiny.conv.15 15
./darknet detector train data/obj.data yolov3-tiny-obj.cfg yolov3-tiny.conv.15
New weight file has been created after training with my new class images. but it is not detecting the old classes already available.
Pls do needful.
Regards, Aravind K
New weight file has been created after training with my new class images. but it is not detecting the old classes already available.
This is normal.
@AlexeyAB Then what should I do to get other objects to be detected
Train with MS COCO dataset + Your dataset
@AlexeyAB Hi Thank you for your valuable time.
I have done COCO MS to YOLO conversion and started training COCO data set with my dataset. I have trained up-to 10000 iteration. I can able to fine few of MS COCO dataset objects but images from my dataset is not getting detected.
Note I am adding my classes as 81. classes filter set to 258 in cfg file. Please help me to move further.
regards, Aravind K
I want to add 4 more classes with available YOLOV3-TINY trained 80 classes.
And I followed below steps started training with the images of the 4 classes what i wanted to detect ./darknet detector train data/obj.data yolov3-tiny-obj.cfg yolov3-tiny.conv.90 But it is giving error "Images not found for object detection"
Thanks & Regards aravindan k