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 execute that command python3 create_inputs_from_dataset.py
I get that error: python3 create_inputs_from_dataset.py Traceback (most recent call last): File "create_inputs_from_dataset.py", line 40, in <module> from utils import label_map_util File "./models/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'
Do I install wrong something?
The text was updated successfully, but these errors were encountered:
Hello,
When I try to execute that command
python3 create_inputs_from_dataset.py
I get that error:
python3 create_inputs_from_dataset.py Traceback (most recent call last): File "create_inputs_from_dataset.py", line 40, in <module> from utils import label_map_util File "./models/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'
Do I install wrong something?
The text was updated successfully, but these errors were encountered: