conner99 / caffe

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

ssd_pascal_webcam error #37

Closed 408550969 closed 7 years ago

408550969 commented 7 years ago

when I run the ssd_pascal_webcam.py in win10,there are errors occurs: D:\caffe>"Build\x64\Release\caffe" test --model=D:\caffe-ssd-microsoft\1\SSD_300x300_webcam\test.prototxt --weights=D:\caffe-ssd-microsoft\1\1\VGG_VOC0712_SSD_300x300_iter_120000.caffemodel --iterations=536870911 I0620 10:44:01.268961 48988 caffe.cpp:285] Use CPU. [libprotobuf ERROR ..\src\google\protobuf\text_format.cc:274] Error parsing text-format caffe.NetParameter: 10:18: Message type "caffe.TransformationParameter" has no field named "resize_param". F0620 10:44:01.279968 48988 upgrade_proto.cpp:88] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: D:\caffe-ssd-microsoft\1\SSD_300x300_webcam\test.prototxt

Could you tell me how to solve these problems?