我已經重灌套件跟環境好幾次了,還是沒辦法執行他給的.PY檔
from utils import label_map_util
ImportError Traceback (most recent call last)
in
----> 1 from utils import label_map_util
2
3 from utils import visualization_utils as vis_util
C:\TensorFlow\models\research\object_detection\utils\label_map_util.py in
19 import tensorflow as tf
20 from google.protobuf import text_format
---> 21 from object_detection.protos import string_int_label_map_pb2
22
23
ImportError: cannot import name 'string_int_label_map_pb2'
重新安裝過PROTOC始終不行
也有重新編譯過檔案,單獨針對tring_int_label_map去做編譯
不知道是甚麼問題,GOOGLE都是說重新編譯就可以