Tensorflow object detection API:Sample program not working as expected
Asked Answered
S

2

1

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

Shonna answered 11/11, 2017 at 13:47 Comment(4)
I also have the same problem: #47237888Tuque
Please upvote here: github.com/tensorflow/models/issues/2773Tuque
Can you say what version of Tensorflow you are running?Babble
Tensorflow version is 1.4.Shonna
A
0

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.

Actaeon answered 18/11, 2017 at 6:28 Comment(0)
S
1

It seems that the latest version of the model ssd_mobilenet_v1_coco_2017_11_08 doesn't work and outputs abnormally low value. Replacing it in the Jupyter Notebook with an older version of the model works fine for me:

# What model to download.
MODEL_NAME = 'ssd_mobilenet_v1_coco_11_06_2017'

Ref: https://github.com/tensorflow/models/issues/2773

Stockish answered 16/11, 2017 at 10:47 Comment(0)
A
0

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.

Actaeon answered 18/11, 2017 at 6:28 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.