rbgirshick / py-faster-rcnn

Faster R-CNN (Python implementation) -- see https://github.com/ShaoqingRen/faster_rcnn for the official MATLAB version
Other
8.11k stars 4.11k forks source link

Adding hard negative example mining to Faster CNN #519

Open arasharchor opened 7 years ago

arasharchor commented 7 years ago

Hi,

I have noticed faster rcnn does not have hard negative example mining. I would like to add this feature to the current code, but I do not know which codes should I change.I do appreciate if someone knows how to do that.

mmaaz60 commented 4 years ago

Hi, does this code has Online Hard Mining implemented? Thanks