rbgirshick / caffe-fast-rcnn

Caffe fork that supports Fast R-CNN
Other
361 stars 395 forks source link

problem with loading caffe model when using caffe-fast-rcnn in c++ #23

Open hamiGH opened 7 years ago

hamiGH commented 7 years ago

... ... I0413 14:52:27.871963 14366 layer_factory.hpp:77] Creating layer rpn_cls_prob_reshape I0413 14:52:27.871973 14366 net.cpp:106] Creating Layer rpn_cls_prob_reshape I0413 14:52:27.871980 14366 net.cpp:454] rpn_cls_prob_reshape <- rpn_cls_prob I0413 14:52:27.871995 14366 net.cpp:411] rpn_cls_prob_reshape -> rpn_cls_prob_reshape I0413 14:52:27.872011 14366 net.cpp:150] Setting up rpn_cls_prob_reshape I0413 14:52:27.872020 14366 net.cpp:157] Top shape: 1 18 14 14 (3528) I0413 14:52:27.872026 14366 net.cpp:165] Memory required for data: 233788800 I0413 14:52:27.872032 14366 layer_factory.hpp:77] Creating layer proposal ImportError: No module named rpn.proposal_layer terminate called after throwing an instance of 'boost::python::error_already_set' The program has unexpectedly finished. /home/hami/INOBOX/Caffe_Projects/caffeProject/build-caffeClassifier-Desktop-Debug/caffeClassifier crashed.

maichm commented 6 years ago

The same error!