weiliu89 / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
4.77k stars 1.68k forks source link

detection_eval does not show up #714

Open MyVanitar opened 7 years ago

MyVanitar commented 7 years ago

Hello,

As mush as I try, the detection_eval does not show up to check the mAP. What the issue might be?

sample output:

I0819 12:06:49.337666  5627 solver.cpp:433] Iteration 54, Testing net (#0)
I0819 12:06:49.337728  5627 net.cpp:693] Ignoring source layer mbox_loss
I0819 12:06:51.173584  5627 solver.cpp:243] Iteration 54, loss = 3.23275
I0819 12:06:51.173619  5627 solver.cpp:259]     Train net output #0: mbox_loss = 3.23275 (* 1 = 3.23275 loss)
I0819 12:06:51.173626  5627 sgd_solver.cpp:138] Iteration 54, lr = 5e-05
MyVanitar commented 7 years ago

It means it does not test during training or whatever

MyVanitar commented 7 years ago

@weiliu89

Alright, the problem is that the finetune_ssd_pascal.py files inside the pre-trained models' archive seems to be old. The problem does not occur with ssd_pascal.py inside the caffe-ssd

You can make a fix if you like.