ShaoqingRen / faster_rcnn

Faster R-CNN
Other
2.7k stars 1.22k forks source link

demo Check failed #182

Open mozpp opened 6 years ago

mozpp commented 6 years ago

when I run demo. base_convlayer.cpp:111] Check failed: bottom[0]->channels() == channels (512 vs. 3) Input size incompatible with convolution kernel. Check failure stack trace:

mozpp commented 6 years ago

Check failed in function: fast_rcnn_conv_feat_detect

hh7383 commented 5 years ago

Have you solved the error? i got the same error.

mozpp commented 5 years ago

Have you solved the error? i got the same error.

I solved. I change the "detection_test.prototxt"(delete the layer before roi-pooling), because RPN and fast-rcnn share the weight. [detection_test.txt](https://github.com/ShaoqingRen/faster_rcnn/files/2475326/detection_test.txt)