You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run your project it seems i get this what is wrong with it?
By the way I can't find this file in object_detections.protos Traceback (most recent call last): File "tf-models/research/object_detection/eval.py", line 56, in <module> from object_detection import evaluator File "/home/hackerghost/flowchat/faster-rcnn-graphics/tf-models/research/object_detection/evaluator.py", line 24, in <module> from object_detection import eval_util File "/home/hackerghost/flowchat/faster-rcnn-graphics/tf-models/research/object_detection/eval_util.py", line 27, in <module> from object_detection.utils import label_map_util File "/home/hackerghost/flowchat/faster-rcnn-graphics/tf-models/research/object_detection/utils/label_map_util.py", line 22, in <module> from object_detection.protos import string_int_label_map_pb2 ImportError: cannot import name 'string_int_label_map_pb2'
The text was updated successfully, but these errors were encountered:
When I try to run your project it seems i get this what is wrong with it?
By the way I can't find this file in object_detections.protos
Traceback (most recent call last): File "tf-models/research/object_detection/eval.py", line 56, in <module> from object_detection import evaluator File "/home/hackerghost/flowchat/faster-rcnn-graphics/tf-models/research/object_detection/evaluator.py", line 24, in <module> from object_detection import eval_util File "/home/hackerghost/flowchat/faster-rcnn-graphics/tf-models/research/object_detection/eval_util.py", line 27, in <module> from object_detection.utils import label_map_util File "/home/hackerghost/flowchat/faster-rcnn-graphics/tf-models/research/object_detection/utils/label_map_util.py", line 22, in <module> from object_detection.protos import string_int_label_map_pb2 ImportError: cannot import name 'string_int_label_map_pb2'
The text was updated successfully, but these errors were encountered: