I train my data using tiny-yolo-voc.cfg file with tiny-yolo-voc.weights as weight file after training of 1000 epoch I get loss reached below 0.004, when I load model I am not able to detect any thing at threshold of 0.1 when I change threshold to 0.005 then I get detection but that is false detection.
My dataset consists of only one image and I apply detection on same image but the model is not able to detect any thing, I train only for 1 class. And in configuration file I have change the filters to 30 and classes to 1 at line number 114 and 120 in .cfg file.
I train my data using tiny-yolo-voc.cfg file with tiny-yolo-voc.weights as weight file after training of 1000 epoch I get loss reached below 0.004, when I load model I am not able to detect any thing at threshold of 0.1 when I change threshold to 0.005 then I get detection but that is false detection.
My dataset consists of only one image and I apply detection on same image but the model is not able to detect any thing, I train only for 1 class. And in configuration file I have change the filters to 30 and classes to 1 at line number 114 and 120 in .cfg file.