"Face Detection with the Faster R-CNN"의 두 판 사이의 차이
ph
(새 문서: ; main site : https://github.com/playerkk/face-py-faster-rcnn ; download `faster-rcnn-models.tgz` at : https://dl.dropboxusercontent.com/s/o6ii098bu51d139/faster_rcnn_models.tgz [http...) |
|||
1번째 줄: | 1번째 줄: | ||
; main site : https://github.com/playerkk/face-py-faster-rcnn | ; main site : https://github.com/playerkk/face-py-faster-rcnn | ||
; download `faster-rcnn-models.tgz` at : https://dl.dropboxusercontent.com/s/o6ii098bu51d139/faster_rcnn_models.tgz [https://github.com/rbgirshick/py-faster-rcnn/issues/542 ref] | ; download `faster-rcnn-models.tgz` at : https://dl.dropboxusercontent.com/s/o6ii098bu51d139/faster_rcnn_models.tgz [https://github.com/rbgirshick/py-faster-rcnn/issues/542 ref] | ||
+ | 잘 안되는것 같음. 일단 포함된 caffe가 컴파일이 안됨. cuda version문제인것 같은데 불명확. | ||
+ | cudnn_sigmoid_layer.cu(13): error: argument of type "cudnnActivationMode_t" is incompatible with parameter of type "cudnnActivationDescriptor_t" | ||
+ | detected during instantiation of "void caffe::CuDNNSigmoidLayer<Dtype>::Forward_gpu(const std::vector<caffe::Blob<Dtype> *, std::allocator<caffe::Blob<Dtype> *>> &, const std::vector<caffe::Blob<Dtype> *, std::allocator<caffe::Blob<Dtype> *>> &) [with Dtype=float]” | ||
+ | caffe를 따로 받아서 해도 안됨. 이건 또 caffe version문제인듯. | ||
+ | <pre>WARNING: Logging before InitGoogleLogging() is written to STDERR | ||
+ | W0510 14:35:05.531553 18577 _caffe.cpp:139] DEPRECATION WARNING - deprecated use of Python interface | ||
+ | W0510 14:35:05.531584 18577 _caffe.cpp:140] Use this instead (with the named "weights" parameter): | ||
+ | W0510 14:35:05.531587 18577 _caffe.cpp:142] Net(‘/face/face-py-faster-rcnn/models/pascal_voc/VGG16/faster_rcnn_alt_opt/faster_rcnn_test.pt', 1, weights='/face/face-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". | ||
+ | F0510 14:35:05.532542 18577 upgrade_proto.cpp:88] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: /face/face-py-faster-rcnn/models/pascal_voc/VGG16/faster_rcnn_alt_opt/faster_rcnn_test.pt | ||
+ | *** Check failure stack trace: *** | ||
+ | Aborted (core dumped)</pre> |
2017년 5월 10일 (수) 14:36 판
- main site
- https://github.com/playerkk/face-py-faster-rcnn
- download `faster-rcnn-models.tgz` at
- https://dl.dropboxusercontent.com/s/o6ii098bu51d139/faster_rcnn_models.tgz ref
잘 안되는것 같음. 일단 포함된 caffe가 컴파일이 안됨. cuda version문제인것 같은데 불명확.
cudnn_sigmoid_layer.cu(13): error: argument of type "cudnnActivationMode_t" is incompatible with parameter of type "cudnnActivationDescriptor_t" detected during instantiation of "void caffe::CuDNNSigmoidLayer<Dtype>::Forward_gpu(const std::vector<caffe::Blob<Dtype> *, std::allocator<caffe::Blob<Dtype> *>> &, const std::vector<caffe::Blob<Dtype> *, std::allocator<caffe::Blob<Dtype> *>> &) [with Dtype=float]”
caffe를 따로 받아서 해도 안됨. 이건 또 caffe version문제인듯.
WARNING: Logging before InitGoogleLogging() is written to STDERR W0510 14:35:05.531553 18577 _caffe.cpp:139] DEPRECATION WARNING - deprecated use of Python interface W0510 14:35:05.531584 18577 _caffe.cpp:140] Use this instead (with the named "weights" parameter): W0510 14:35:05.531587 18577 _caffe.cpp:142] Net(‘/face/face-py-faster-rcnn/models/pascal_voc/VGG16/faster_rcnn_alt_opt/faster_rcnn_test.pt', 1, weights='/face/face-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". F0510 14:35:05.532542 18577 upgrade_proto.cpp:88] Check failed: ReadProtoFromTextFile(param_file, param) Failed to parse NetParameter file: /face/face-py-faster-rcnn/models/pascal_voc/VGG16/faster_rcnn_alt_opt/faster_rcnn_test.pt *** Check failure stack trace: *** Aborted (core dumped)