NWD icon indicating copy to clipboard operation
NWD copied to clipboard

Official code for "A Normalized Gaussian Wasserstein Distance for Tiny Object Detection"

Results 9 NWD issues
Sort by recently updated
recently updated
newest added

hi @jwwangchn where to find "supplementary" materials? since i want to use nwd to train my own dataset, so that i need to calculate the constant variable C. thanks.

The [mmcv-nwd](https://github.com/jwwangchn/mmcv-nwd.git) provided is 1.2.7 while this repo requires 1.3.0+.

it can be implemented on TOOD?The name of your method in the code is BboxDistanceMetric?

The question is I found the wasserstein_nms_op function is not implemented, which only leaves a pass. ![image](https://user-images.githubusercontent.com/32917433/195020248-b1a102c8-f941-4783-bcf2-c0adab998e1f.png) (The source code is presented [here](https://github.com/jwwangchn/NWD/blob/main/mmdet/core/post_processing/wasserstein_nms.py#L10)) This function is used to compute NMS...

Can you provide a time estimate of when the benchmark and trained models will be publicly available?

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

你好,请问config文件中提到的_aitod_training_v1.0.json_在哪里? 我把complete_annotations解压后,没有找到_aitod_training_v1.0.json_。 谢谢,期待您的回复。

When will you provide the Inference code and pretrained Models?