EdjeElectronics / TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10

How to train a TensorFlow Object Detection Classifier for multiple object detection on Windows
Apache License 2.0
2.92k stars 1.3k forks source link

Predicting same label every time #474

Open sakshijain032 opened 4 years ago

sakshijain032 commented 4 years ago

I have 2 classes in training data (Gun, Knife)but when I test on Gun image I am getting a knife as it's label.I have made changes in generate_tfrecored and object_detection.mbtxt but still facing the same problem