Closed helloyuning closed 1 year ago
Hi, Thanks for your interest. First, I am not sure the meaning of the optimal distance. But the distance transform is to calculate the minimum distance between the pixel and all the seeds. Second, we use weighted-NMS for fusing the predicted boxes.
Hi, Thanks for your interest. First, I am not sure the meaning of the optimal distance. But the distance transform is to calculate the minimum distance between the pixel and all the seeds. Second, we use weighted-NMS for fusing the predicted boxes.
Thank you for your reply, I'm sorry for some problems with my expression.
First, I still don't understand the true meaning of the question one. The seeds are the pixels of the bounding box border, and we are going to calculate the distance between each pixel and the seeds. If you have more questions, you can check the distance transform method referred in our paper. Second, weighted-NMS is only used for inference and has no relationship to training.
Thanks for your greate work I have some questions about the paper
Thanks, Best