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

自己训练的模型测试时候出错

Open fahaihappy opened this issue 7 years ago • 1 comments

用你的代码训练好模型后,测试的时候出现了这个问题,对比了py-faster-rcnn实在找不出问题所在,请问您知道该怎么解决这问题吗?感激不尽!!! F1117 21:54:04.586999 26476 roi_pooling_layer.cu:87] Check failed: error == cudaSuccess (9 vs. 0) invalid configuration argument

fahaihappy avatar Nov 17 '17 14:11 fahaihappy

Hi, I am using caffe in cpu. Can you please give instruction that how to build cython module using make command? Build the Cython modules:
cd $FRCN_ROOT/lib make

MdAshrafulAlam avatar Dec 13 '17 05:12 MdAshrafulAlam