TannerGilbert / Tensorflow-Object-Detection-API-Train-Model

Train a object detection model with the Tensorflow Object Detection API and Tensorflow 2.
https://gilberttanner.com/blog/creating-your-own-objectdetector
MIT License
194 stars 104 forks source link

Predicted Bounding Box not drawn in some of the test images. #28

Closed rrsc1234 closed 3 years ago

rrsc1234 commented 3 years ago

Hi. After the creation of the model when I am trying to test it on my group (20 nos.) of test images using "detect_from_image.py", I am finding that in some of my test images model is successfully able to detect or predict the bounding box around the object in test image. But in some of my images, no predicted bounding box is drawn around those images. Even I tried to pass those particular images individually, but still no prediction box is drawn around these images.

Can you please let me know what is the issue.

rrsc1234 commented 3 years ago

Solved the issue by adding min_threshold parameter in the python file.