georgesung / ssd_tensorflow_traffic_sign_detection

Implementation of Single Shot MultiBox Detector in TensorFlow, to detect and classify traffic signs
MIT License
530 stars 222 forks source link

This model doesn't predict on new images? #56

Open rsingh2083 opened 4 years ago

rsingh2083 commented 4 years ago

the demo is running just fine with sample_images directory. However, when I tried it on new images it doesn't predict at all. Can you tell me why is that happening?