weiliu89 / caffe

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

Question about Hard-Negative mining #451

Open leonardoaraujosantos opened 7 years ago

leonardoaraujosantos commented 7 years ago

Hi @weiliu89 Following the paper and this issue comment on hard negative mining (based on confidence loss instead of background class score)

Questions

1) Does the hard-negative mining process occurs during training 2) Which layer is responsible to do the hard-negative mining

Thanks

weiliu89 commented 7 years ago
  1. Yes
  2. MultiBoxLossLayer