Methodadd_bboxesAdd bounding box to visualizer. Args: bbox3d (numpy.array, shape=[M, 7]): 3D bbox (x, y, z, x_size, y_size, z_size
tools/visualizer/vis_SemanticKITTI.py:129
Functionbinary_xloss Binary Cross entropy loss logits: [B, H, W] Variable, logits at each pixel (between -\infty and +\infty) labels: [B, H, W] Tensor, bi
tools/utils/common/lovasz_losses.py:143
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/utils.py:678