I’m new to OD and I tried installing it from the repo, but it doesn’t seem to be working.
I followed the installation steps (object_detection) and tried running the test files object_detection.builders.model_builder_tf2_test.py
with no avail.
- The
protoc
executable is not recognized - I got a
tf_utils missing
message at one point - And ended up with
ImportError: cannot import name 'string_int_label_map_pb2' from 'object_detection.protos'
I’m a novice playing with this tool, has anybody ran into these issues?
I found these related issues and tried several things, but each step I make forward unlocks another issue.
- Object Detection API error: "ImportError: cannot import name anchor_generator_pb2"
- https://github.com/tensorflow/models/issues/2930
Source: Python Questions