YuwenXiong / py-R-FCN

R-FCN with joint training and python support
MIT License
1.05k stars 471 forks source link

eltwise_layer.cpp:34 check failed: bottom[i]->shape() == bottom[0]->shape(). error #121

Open daiwenjun2017 opened 6 years ago

daiwenjun2017 commented 6 years ago

I change with py-rfcn with FPN .I just use 6 feature map (res2\res3\res4\res5 and pooling 6) to proposal anchors,and the rest part unchanged. The net work normal until sloving....the error is eltwise_layer.cpp:34 check failed: bottom[i]->shape() == bottom[0]->shape(). I do not know where the problem is? Auguably ,if the blobs has some problem,the ettwise layer problem may come up earlier and can not creating corresponding layers. please give me some advices. Thanks!!!