hyh21521038 / ssd-plate_detection

SSD-based plate detection
122 stars 75 forks source link

Error when run the demo #6

Open twinsyssy1018 opened 7 years ago

twinsyssy1018 commented 7 years ago

I0817 11:59:34.364246 16 net.cpp:100] Creating Layer mbox_conf_softmax I0817 11:59:34.364258 16 net.cpp:434] mbox_conf_softmax <- mbox_conf_reshape I0817 11:59:34.364276 16 net.cpp:408] mbox_conf_softmax -> mbox_conf_softmax I0817 11:59:34.364606 16 net.cpp:150] Setting up mbox_conf_softmax I0817 11:59:34.364625 16 net.cpp:157] Top shape: 1 7308 2 (14616) I0817 11:59:34.364636 16 net.cpp:165] Memory required for data: 248544064 I0817 11:59:34.364648 16 layer_factory.hpp:77] Creating layer mbox_conf_flatten I0817 11:59:34.364663 16 net.cpp:100] Creating Layer mbox_conf_flatten I0817 11:59:34.364675 16 net.cpp:434] mbox_conf_flatten <- mbox_conf_softmax I0817 11:59:34.364688 16 net.cpp:408] mbox_conf_flatten -> mbox_conf_flatten I0817 11:59:34.364729 16 net.cpp:150] Setting up mbox_conf_flatten I0817 11:59:34.364743 16 net.cpp:157] Top shape: 1 14616 (14616) I0817 11:59:34.364753 16 net.cpp:165] Memory required for data: 248602528 I0817 11:59:34.364765 16 layer_factory.hpp:77] Creating layer detection_out I0817 11:59:34.364791 16 net.cpp:100] Creating Layer detection_out I0817 11:59:34.364802 16 net.cpp:434] detection_out <- mbox_loc I0817 11:59:34.364815 16 net.cpp:434] detection_out <- mbox_conf_flatten I0817 11:59:34.364827 16 net.cpp:434] detection_out <- mbox_priorbox I0817 11:59:34.364841 16 net.cpp:408] detection_out -> detection_out F0817 11:59:34.364871 16 detection_output_layer.cpp:137] Check failed: numpriors num_locclasses 4 == bottom[0]->channels() (39136 vs. 29232) Number of priors must match number of location predictions. Check failure stack trace: Aborted (core dumped)


Hi, i met error when i ran this model . could anyone help me ,thanks!

hyh21521038 commented 7 years ago

your caffe is cloned from WeiLiu?