I run the following code and there is an error like the title shows: from caffe.proto import caffe_pb2 label_map = caffe_pb2.LabelMap() Could you guys give me some advices how to solve it? Thanks!
I run the following code and there is an error like the title shows:
from caffe.proto import caffe_pb2
label_map = caffe_pb2.LabelMap()
Could you guys give me some advices how to solve it? Thanks!