py-faster-rcnn icon indicating copy to clipboard operation
py-faster-rcnn copied to clipboard

Error when running demo.py

Open WeiyuDu opened this issue 7 years ago • 1 comments

WARNING: Logging before InitGoogleLogging() is written to STDERR I ran into those error messages when running demo.py. Any thoughts? Thanks W0805 22:56:59.017705 3107 _caffe.cpp:139] DEPRECATION WARNING - deprecated use of Python interface W0805 22:56:59.017727 3107 _caffe.cpp:140] Use this instead (with the named "weights" parameter): W0805 22:56:59.017730 3107 _caffe.cpp:142] Net('/home/weiyu/py-faster-rcnn/models/pascal_voc/VGG16/faster_rcnn_alt_opt/faster_rcnn_test.pt', 1, weights='/home/weiyu/py-faster-rcnn/data/faster_rcnn_models/VGG16_faster_rcnn_final.caffemodel') [libprotobuf ERROR google/protobuf/text_format.cc:274] Error parsing text-format caffe.NetParameter: 350:21: Message type "caffe.LayerParameter" has no field named "roi_pooling_param". F0805 22:56:59.020480 3107 upgrade_proto.cpp:90] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: /home/weiyu/py-faster-rcnn/models/pascal_voc/VGG16/faster_rcnn_alt_opt/faster_rcnn_test.pt *** Check failure stack trace: *** Aborted (core dumped)

WeiyuDu avatar Aug 06 '18 02:08 WeiyuDu

I also had this problem, did you solve it?

liulin9508 avatar Feb 04 '20 04:02 liulin9508