2
fast-r-cnn의 ./tools/demo.py를 실행하려고했습니다. UBUNTU에서 일하기 16.04 caffe가 성공적으로 설치되었지만 다음 오류가 발생했습니다 !! ./tools/demo.pyfast-r-cnn : caffe.LayerParameter "에는"roi_pooling_param "이라는 필드가 없습니다.
WARNING: Logging before InitGoogleLogging() is written to STDERR
W0823 14:12:46.105280 4444 _caffe.cpp:122] DEPRECATION WARNING - deprecated use of Python interface
W0823 14:12:46.105316 4444 _caffe.cpp:123] Use this instead (with the named "weights" parameter):
W0823 14:12:46.105319 4444 _caffe.cpp:125] Net('/home/hana/Documents/try/fast-rcnn-master/models/VGG16/test.prototxt', 1, weights='/home/hana/Documents/try/fast-rcnn-master/data/fast_rcnn_models/vgg16_fast_rcnn_iter_40000.caffemodel')
[libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 392:21: Message type "caffe.LayerParameter" has no field named "roi_pooling_param".
F0823 14:12:46.106595 4444 upgrade_proto.cpp:79] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: /home/hana/Documents/try/fast-rcnn-master/models/VGG16/test.prototxt
*** Check failure stack trace: ***
Aborted (core dumped)
하시기 바랍니다 어떤 도움
?
올바른 caffe 버전을 실행 하시겠습니까? fast-r-cnn에는 약간의 변경 사항이있는 특별한 카페가 있습니다. – Shai
감사합니다. 정확히 이것은 내 문제 : | –