jwwangchn / NWD

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

Function wasserstein_nms_op not implemented #6

Open lzk901372 opened 1 year ago

lzk901372 commented 1 year ago

The question is I found the wasserstein_nms_op function is not implemented, which only leaves a pass.

image

(The source code is presented here)

This function is used to compute NMS between different boxes using Wasserstein distance, and when I ran the training code it tells me this function is not implemented properly. Is there a problem here?

VV1314 commented 1 year ago

I meet the same problem?So do you solve it?

woshinangua commented 9 months ago

I have the same question,do you implement the function yourself?

hhanying commented 1 month ago

I have the same question,do you implement the function yourself?

I have the same question,do you implement the function yourself?