qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)
MIT License
7.14k stars 3.44k forks source link

train own dataset, but Found 0 boxes for img #735

Open yfq512 opened 3 years ago

yfq512 commented 3 years ago

I use 40 classes datasets to train new model by 'train_bottleneck.py' (or train.py), epochs=5, end loss=30, But use new model predict mp4 video, shows Found 0 boxes for img all the time. Can you help me?

huichen98 commented 3 years ago

The problem is your voc_annotation.py file. In this file,you should modify your classes which belong to you!