Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

caffe_pb2.py has no LabelMap() #320

Open
grapefruitL opened this issue May 31, 2019 · 1 comment
Open

caffe_pb2.py has no LabelMap() #320

grapefruitL opened this issue May 31, 2019 · 1 comment

Comments

@grapefruitL
Copy link

hi !
i am trying to use this caffe to do some ssd work
i get a problem when i am tryting to create lmdb data using create_data.bat which is in the caffe-ssd-microsoft, the err is:

  File "E:\proj\caffe\caffe-windows-ms-ssd\caffe-windows-ms\scripts\create_annoset.py", line 103, in <module>
    label_map = caffe_pb2.LabelMap()
AttributeError: 'module' object has no attribute 'LabelMap'

i checked caffe_pb2.py and found no LabelMap() in it
i am sure the python path is correct and i think the problem is in my pycaffe
can someone explain how does pycaffe work or just tell me how to fix it

@sanshitangmalaban
Copy link

I have met this problem as well. Did you know how to fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants