Hi,

I'm trying to install the Tensorflow Object Detection API by following this 
tutorial: 
https://tensorflow-object-detection-api-tutorial.readthedocs.io/en/latest/install.html#tensorflow-installation

When I try to test the installation I get the following error:

Traceback (most recent call last): File 
"object_detection/builders/model_builder_tf2_test.py", line 25, in <module> 
from object_detection.builders import model_builder File 
"/home/deeplearning/model_compression/TFOD-TRT/venv/lib/python3.6/site-packages/object_detection/builders/model_builder.py",
 
line 23, in <module> from object_detection.builders import 
anchor_generator_builder File 
"/home/deeplearning/model_compression/TFOD-TRT/venv/lib/python3.6/site-packages/object_detection/builders/anchor_generator_builder.py",
 
line 27, in <module> from object_detection.protos import 
anchor_generator_pb2 File 
"/home/deeplearning/model_compression/TFOD-TRT/venv/lib/python3.6/site-packages/object_detection/protos/anchor_generator_pb2.py",
 
line 5, in <module> from google.protobuf.internal import builder as 
_builder ImportError: cannot import name 'builder'

I've made multiple tries and it seems to have nothing to do with 
NVIDIA/CUDA/Python or Tensorflow versions. Where is this file and why is it 
not appearing?

Thanks in advance,
Fran.

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/protobuf/9d64e1a3-c7f4-4bea-b792-e9d90d65360en%40googlegroups.com.

Reply via email to