Models: ImportError: cannot import name 'string_int_label_map_pb2'

Created on 11 Jan 2018  路  1Comment  路  Source: tensorflow/models

When I ran the Object Detection API TensorFlow it produces an error:

Traceback (most recent call last):
File "E:JETObject DetectionModelsresearchobject_detectionobject_detection_tutorial.py", line 26, in
from utils import label_map_util
File "E:JETObject DetectionModelsresearchobject_detectionutilslabel_map_util.py", line 22, in
from object_detection.protos import string_int_label_map_pb2
ImportError: cannot import name 'string_int_label_map_pb2'

I did the same thing with all the tutorials and have red solutions here (in github) and did the same thing but none of them works. It always produces an error like this..

Can someone help me, please?

E:JETObject Detection>E:/JET/Object Detection/protoc/bin/protoc object_detection/protos/*.proto --python_out=.
'E:/JET/Object' is not recognized as an internal or external command,
operable program or batch file.

support

>All comments

This question is better asked on StackOverflow since it is not a bug or feature request. There is also a larger community that reads questions there. Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

atabakd picture atabakd  路  3Comments

kamal4493 picture kamal4493  路  3Comments

25b3nk picture 25b3nk  路  3Comments

Mostafaghelich picture Mostafaghelich  路  3Comments

dsindex picture dsindex  路  3Comments