zjhuang22 / maskscoring_rcnn

Codes for paper "Mask Scoring R-CNN".
MIT License
1.9k stars 378 forks source link

Did you implement soft nms or just directly use nms #75

Open hding2455 opened 5 years ago

hding2455 commented 5 years ago

Your paper said you tried soft-nms. did you implemented it in this repo?

2xingwen commented 5 years ago

We have not used soft-nms in this code. In this code, as maskrcnn benchmark not uses soft-nms, so we do not use soft-nms here for fairly comparison.