unsky / FPN

Feature Pyramid Networks for Object Detection
522 stars 263 forks source link

Changes to Caffe-FPN #103

Open SecretGuardian opened 5 years ago

SecretGuardian commented 5 years ago

Hi unsky, thanks for the great work. I also met the "Check failed: bottom[0]->num() == bottom[1]->num() (4 vs. 1) The data and label should have the same number." problem and I'm wondering which files did you modify in your Caffe-FPN? I perfer to manually make changes to those files in my special edition caffe. Can you please tell me the difference between caffe-fpn and the original caffe? Thanks!

unsky commented 5 years ago

comment https://github.com/unsky/FPN/blob/a096edb4495cef3e4369d4ef43c68beb9b91337c/caffe-fpn/src/caffe/layers/softmax_loss_layer.cpp#L48