pcod-common v1.0.0
Shared preprocessing and postprocessing for point-cloud object detection
Loading...
Searching...
No Matches
pcod_common::FrozenPreprocessConfig::PointFeatureNormalizationContract Struct Reference

#include <model_manifest.hpp>

Public Attributes

std::string type
 Normalization strategy name.
 
float min_value = 0.0f
 Training-time minimum.
 
float max_value = 0.0f
 Training-time maximum.
 
float epsilon = 1e-6f
 Numerical stability term.
 

Detailed Description

Contract for transforming the additional scalar point feature.

Definition at line 15 of file model_manifest.hpp.

Member Data Documentation

◆ epsilon

float pcod_common::FrozenPreprocessConfig::PointFeatureNormalizationContract::epsilon = 1e-6f

Numerical stability term.

Definition at line 19 of file model_manifest.hpp.

Referenced by pcod_common::ValidateModelManifest().

◆ max_value

float pcod_common::FrozenPreprocessConfig::PointFeatureNormalizationContract::max_value = 0.0f

Training-time maximum.

Definition at line 18 of file model_manifest.hpp.

◆ min_value

float pcod_common::FrozenPreprocessConfig::PointFeatureNormalizationContract::min_value = 0.0f

Training-time minimum.

Definition at line 17 of file model_manifest.hpp.

◆ type

std::string pcod_common::FrozenPreprocessConfig::PointFeatureNormalizationContract::type

Normalization strategy name.

Definition at line 16 of file model_manifest.hpp.


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