cloudViewer.ml.torch.modules.losses#

Classes

CrossEntropyLoss([loss_weight])

FocalLoss([gamma, alpha, loss_weight])

SemSegLoss(pipeline, model, dataset, device)

Loss functions for semantic segmentation.

SmoothL1Loss([beta, loss_weight])

Smooth L1 loss.

Functions

filter_valid_label(scores, labels, ...)

Loss functions for semantic segmentation.