urbanlc.model.deep_learning.OLITIRSDeepLearning.denormalize_class#
- OLITIRSDeepLearning.denormalize_class(gt: Tensor) Tensor #
Denormalize ground-truth labels.
- Parameters:
gt (torch.Tensor) – Normalized ground-truth tensor.
- Returns:
Denormalized ground-truth tensor.
- Return type:
torch.Tensor