weiliu89 / caffe

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

where is the detail of hard sample mining of SSD? #370

Open sangthian opened 7 years ago

sangthian commented 7 years ago

I know SSD has some hard sample mining strategy, so where I can find these code for it, or which file in caffe-ssd is helpful?

weiliu89 commented 7 years ago

It is done in the MineHardExamples(), which is called in the MultiBoxLossLayer.