sfzhang15 / RefineDet

Single-Shot Refinement Neural Network for Object Detection, CVPR, 2018
Other
1.43k stars 393 forks source link

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

Closed DonghoonPark12 closed 4 years ago

DonghoonPark12 commented 4 years ago
  File "/home/ipra/../../home/ipra/src/RefineDet/scripts/create_annoset.py", line 111, in <module>
    label_map = caffe_pb2.LabelMap()
AttributeError: module 'caffe.proto.caffe_pb2' has no attribute 'LabelMap'
Traceback (most recent call last):
  File "/home/ipra/../../home/ipra/src/RefineDet/scripts/create_annoset.py", line 111, in <module>
    label_map = caffe_pb2.LabelMap()
AttributeError: module 'caffe.proto.caffe_pb2' has no attribute 'LabelMap'

How can I solve this problem?

Can anyone help me?

Thanks ahead.