Open windpls opened 8 years ago
@windpls 12net train-error about 5% 24net train-error about 2% 48net train-error about 1% 12netc train-error about 50% 24netc train-error about 30% 48netc train-error about 20% I am sorry. I didn't remember the number clear.
hi, @layumi , thanks for your reply.. But I have another two questions:
Expect your reply.
@windpls 1.I use mirroring the image and adding dropout
@layumi I passed an image through your 12net and 12netc network and found that lots of false alarm boxes were remained. The paper said that only 2.36% detection windows passed the 12-net and 12-c net, so it seems that there is a gap between your implementation and the author's 12net, isn't it?
@windpls after 12net 12netc and nms it remains average about 1000(this number I don't remember clearly) after 24net 24netc and nms it remains average about 100(this number I don't remember clearly) after 48net 48netc it remains average about 30 after 0.25 nms 4 windows left.
Hi, thanks for your nice code. Recently I'm trying to implement the algorithm using Caffe. Could you provide your training errors on 12/24/48 net/calibration net each so I can check whether my code is correct?