You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I run demo.
base_conv_layer.cpp:111] Check failed: bottom[0]->channels() == channels_ (512 vs. 3) Input size incompatible with convolution kernel.
*** Check failure stack trace: ***
The text was updated successfully, but these errors were encountered:
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)
when I run demo.
base_conv_layer.cpp:111] Check failed: bottom[0]->channels() == channels_ (512 vs. 3) Input size incompatible with convolution kernel.
*** Check failure stack trace: ***
The text was updated successfully, but these errors were encountered: