locating-objects-without-bboxes
locating-objects-without-bboxes copied to clipboard
PyTorch code for "Locating objects without bounding boxes" - Loss function and trained models
Hi, Great work. Might be including in future papers of mine. Found one issue: https://github.com/javiribera/locating-objects-without-bboxes/blob/master/object-locator/losses.py Might help if you explicitly mentioned that in the case for 1 GT point, be...
Could you provide a list of required modifications in order for this to work for multiple classes?
How can we calculate number of points?
Hi, I am trying to use WHD in order to optimize a semantic segmentation model. I have written this code: import torch from losses import * whd = WeightedHausdorffDistance(resized_height =...