javiribera / locating-objects-without-bboxes

PyTorch code for "Locating objects without bounding boxes" - Loss function and trained models
Other
249 stars 52 forks source link

Can weighted Hausdorff distance be implemented into Semantic Segmentation task? #20

Closed MengzhangLI closed 4 years ago

MengzhangLI commented 4 years ago

Hi, very excited reading your paper and code. The loss function containing weighted Hausdorff distance was designed for object detection task in this paper, can weighted Hausdorff distance be directly introduced into semantic segmentation task?

Thank you very much!

javiribera commented 4 years ago

I am not aware of any work using the WHD for anything besides object location, but if you know of anyone let me know. It seems you are not the first one to think about this, though. See https://github.com/javiribera/locating-objects-without-bboxes/issues/2#issuecomment-485556024

In any case, that would be interesting but it wouldn't fit into this github repository.

MengzhangLI commented 4 years ago

I am not aware of any work using the WHD for anything besides object location, but if you know of anyone let me know. It seems you are not the first one to think about this, though. See #2 (comment)

In any case, that would be interesting but it wouldn't fit into this github repository.

Hi, I'll read this issue. Thanks for your reply.