"Face Detection with the Faster R-CNN"의 두 판 사이의 차이
ph
								
												
				| 4번째 줄: | 4번째 줄: | ||
  cudnn_sigmoid_layer.cu(13): error: argument of type "cudnnActivationMode_t" is incompatible with parameter of type "cudnnActivationDescriptor_t"  |   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]”  |            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]”  | ||
| − | Even after independent {{c|caffe}} installation, it does not work. Maybe   | + | Even after independent {{c|caffe}} installation, it does not work. Maybe it's of {{c|caffe}} version problem.  | 
<pre>WARNING: Logging before InitGoogleLogging() is written to STDERR  | <pre>WARNING: Logging before InitGoogleLogging() is written to STDERR  | ||
2017년 5월 10일 (수) 14:41 판
- 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
 
It seems like not working. caffe which is included to source git is not compiled. Looks like cuder version related problem but not sure.
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]”
Even after independent caffe installation, it does not work. Maybe it's of caffe version problem.
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)