Quantcast
Viewing all articles
Browse latest Browse all 14126

cannot import name 'eval_pb2' from 'object_detection.protos'

I am trying to follow this tutorial

but after running from object_detection.utils import config_utiland from object_detection.protos import pipeline_pb2I'm getting this error ImportError: cannot import name 'eval_pb2' from 'object_detection.protos' (C:\Users\thepl\anaconda3\Lib\site-packages\object_detection\protos\__init__.py)and this error ImportError: cannot import name 'pipeline_pb2' from 'object_detection.protos' (C:\Users\thepl\anaconda3\Lib\site-packages\object_detection\protos\__init__.py) respectively.

I've checked the directory given and it only has init.py and pychance

currently in a conda environment

EDIT: did the Protobuf Installation/Compilation section of this tutorial which I downloaded into the directory mentioned above, restarted my computer. But I still get the same error.


Viewing all articles
Browse latest Browse all 14126

Trending Articles