jwwangchn / NWD

Official code for "A Normalized Gaussian Wasserstein Distance for Tiny Object Detection"
Apache License 2.0
199 stars 23 forks source link

模型使用问题 #9

Open kming123456 opened 1 year ago

kming123456 commented 1 year ago

rpn_proposal=dict( nms_pre=3000, max_per_img=3000, nms=dict(type='wasserstein_nms', iou_threshold=0.85)), 请问使用coco数据集如何调整阈值,0.85相当于nms阈值多少呢

kming123456 commented 1 year ago

另外,版本只有mmcv=1.3.5,能不能提供一下1.3.9的,或者怎么实现,跪求跪求