Search code examples
tensorflowobject-detectionobject-detection-api

Tensorflow object detection API:Sample program not working as expected


I am running sample program which comes packaged with Tensorflow object detection API(object_detection_tutorial.ipynb). Program runs fine with no error, but bounding boxes are not diaplayed at all.

enter image description here

My environment is as follows:

Windows 10

Python 3.6.3

What can be the reason?

With regards

Manish


Solution

  • Please try updated SSD models in the detection zoo : https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_model_zoo.md. This should be fixed.