xw-hu / SINet

IEEE Transactions on Intelligent Transportation Systems (TITS), 2019
Other
80 stars 22 forks source link

run_SINet_detection.m #10

Closed zq130320339 closed 6 years ago

zq130320339 commented 6 years ago

你好,我在运行这个程序的时候报以下错误 I0604 19:49:41.286326 32614 net.cpp:816] Ignoring source layer loss_cls_small I0604 19:49:41.286330 32614 net.cpp:816] Ignoring source layer cls_accuracy_small I0604 19:49:41.286334 32614 net.cpp:816] Ignoring source layer loss_bbox_small I0604 19:49:41.286337 32614 net.cpp:816] Ignoring source layer loss_cls_large I0604 19:49:41.286341 32614 net.cpp:816] Ignoring source layer cls_accuracy_large I0604 19:49:41.286345 32614 net.cpp:816] Ignoring source layer loss_bbox_large Index exceeds matrix dimensions.

Error in run_SINet_detection (line 111) tmp=squeeze(outputs{5}); tmp = tmp'; tmp = tmp(:,2:end);

Error in run (line 63) evalin('caller', [script ';']);

请问怎么解决