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

Wrong labels #1100

Open GinaJemy opened 4 years ago

GinaJemy commented 4 years ago

It is giving incorrect labels on photos from my webcam. I also tried some images from the internet and still it can't detect them. I'm trying to detect a pan, pasta (which are detected as cereal bowl in the best case) amongst other objects that are mainly kitchen related

ankitAMD commented 4 years ago

@GinaJemy ..... Please explain issue in more details ......check you class in label file is same classes which you want to identify through webcam . Which configuration files are used ? Are you reset the filters values as respective number of classes. Train the pre-trained model on more images with annotations file. Explain your issue .