gausplat_trainer

Module metric

source
Expand description

Metrics for evaluation.

Re-exports§

Modules§

  • Mean Absolute Error (MAE) metric.
  • Mean of structural dissimilarity index (MD-SSIM) metric.
  • Mean square error (MSE) metric.
  • Mean Structural Similarity Index (M-SSIM) metric.
  • Peak signal-to-noise ratio (PSNR) metric.

Structs§

  • A tensor with a given backend, shape and data type.

Traits§

  • This trait defines all types and functions needed for a backend to be used with burn.
  • Functionality for evaluating metrics.