ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
reusex::gsplat::TrainMetrics Struct Reference

One row of the loss history. More...

#include <train.hpp>

Public Attributes

int iteration = 0
double loss = 0
 the optimized objective
double l1 = 0
 mean absolute error against the target view
double psnr = 0
 dB, from the MSE of the same view
std::size_t gaussians = 0

Detailed Description

One row of the loss history.

Definition at line 215 of file train.hpp.

Member Data Documentation

◆ gaussians

std::size_t reusex::gsplat::TrainMetrics::gaussians = 0

Definition at line 220 of file train.hpp.

◆ iteration

int reusex::gsplat::TrainMetrics::iteration = 0

Definition at line 216 of file train.hpp.

◆ l1

double reusex::gsplat::TrainMetrics::l1 = 0

mean absolute error against the target view

Definition at line 218 of file train.hpp.

◆ loss

double reusex::gsplat::TrainMetrics::loss = 0

the optimized objective

Definition at line 217 of file train.hpp.

◆ psnr

double reusex::gsplat::TrainMetrics::psnr = 0

dB, from the MSE of the same view

Definition at line 219 of file train.hpp.


The documentation for this struct was generated from the following file: