JialianW / Forest_RCNN

Forest R-CNN: Large-Vocabulary Long-Tailed Object Detection and Instance Segmentation (ACM MM 2020)
Apache License 2.0
55 stars 6 forks source link

NMS Resampling-Linear #6

Open U-Help opened 3 years ago

U-Help commented 3 years ago

In the paper, the equation for NMS Resampling-Linear is as following: image But, in my opinion, for xi in frequent classes, threshold should be alpha_f+...

JialianW commented 3 years ago

Thank you for your notice. You are correct. This is a TYPO in the paper, alpha_f and alpha_r should be reversed.