Methodforward(self, proj_range, unproj_range, proj_argmax, px, py)
pcseg/model/segmentor/range/fidnet/model/semantic/utils.py:300
Methodforward Input: - pred: the output from model (before softmax), shape (N, C, H, W) - gt: ground truth map, shape (N, H, w)
pcseg/model/segmentor/range/fidnet/model/semantic/utils.py:678
Functionlovasz_hinge Binary Lovasz hinge loss logits: [B, H, W] Variable, logits at each pixel (between -\infty and +\infty) labels: [B, H, W] Tensor, bin
tools/utils/common/lovasz_losses.py:83