BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
34.03k stars 18.7k forks source link

AttributeError: module 'caffe.proto.caffe_pb2' has no attribute 'LabelMap' #6830

Closed Samjith888 closed 4 years ago

Samjith888 commented 5 years ago

Traceback (most recent call last): File "/home/sam/train_caffe/data/CustomDataset/../../scripts/create_annoset.py", line 103, in label_map = caffe_pb2.LabelMap() AttributeError: module 'caffe.proto.caffe_pb2' has no attribute 'LabelMap' Traceback (most recent call last): File "/home/sam/train_caffe/data/CustomDataset/../../scripts/create_annoset.py", line 103, in label_map = caffe_pb2.LabelMap() AttributeError: module 'caffe.proto.caffe_pb2' has no attribute 'LabelMap'

I'm training on custom dataset by using caffe. I got the above error while run bash create_imagenet.sh to create lmdb files.

OS :ubuntu

Samjith888 commented 5 years ago

@sergeyk @pluskid @Franck-Dernoncourt @darxriggs

DonghoonPark12 commented 4 years ago

How can you solve this problem??

Samjith888 commented 4 years ago

I didn''t get any response about this issue from the authors.

@pluskid @Franck-Dernoncourt @sergeyk

zssjh commented 4 years ago

I didn''t get any response about this issue from the authors.

@pluskid @Franck-Dernoncourt @sergeyk

have you solved the problem?