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.
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!