1996scarlet / faster-mobile-retinaface

[CVPR 2020] Reimplementation of RetinaFace, faster and stronger.
GNU General Public License v3.0
162 stars 38 forks source link

Optimized NMS #10

Open Wblossom opened 3 years ago

Wblossom commented 3 years ago

@1996scarlet Hi, thanks for your sharing. would you mind sharing the details of the difference between the optimized NMS and original NMS? Thanks a lot.

1996scarlet commented 3 years ago

The original NMS implemented via Fast-RCNN can be found at here . RetinaFace also uses this version.

Camparing with our optimized NMS at face_detector.py, refer learn_faster_rcnn for more details,

Wblossom commented 3 years ago

@1996scarlet I read the codes, and I don't find the difference, can you give me some tips?