thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.08k forks source link

Tiny-yoloV2 when class number is increased accuracy decreases. #949

Open ilgindogan opened 5 years ago

ilgindogan commented 5 years ago

Hello, I am using tiny yolov2 algorithm with my custom object recognition and tracking. But labels I have one problem when I add new class on labels.txt at the same time added new photo my images path and xml path. When accuracy of classes is hardly decreased. İmages of all classes is various like first class has 1.450 photo and second class 473 photo etc... All classes have different photo. Due to This situation would I encounter an error.? Because ı have error about when class number increased my accuracy of each classes is decreased as hardly. such as %50-60 threshold will be down %5-10. Can you help to me about this subject. What can I do ? Thank you.