Nkap23 / TensorFlow_with_Colab_tutorial

TensorFlow 2 Object Detection API with Google Colab!
MIT License
15 stars 23 forks source link

Model is not able to label the object with no bounding box. #10

Open ranjeetborntowin opened 2 years ago

ranjeetborntowin commented 2 years ago

I have done all the steps successfully and able to export the trained model successfully with no build error. But when i am trying to test the model with some images, model is not detecting anything. detection_score is coming very less. tensorflow_collab_sample_low_score . tensorflow_collab_sample_bb tensorflow_collab_sample_classes tensorflow_collab_sample_error

M1keZulu commented 2 years ago

Hi! Did you manage to solve this? I am facing the same issue.