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

#include <model_manifest.hpp>

Public Attributes

int grid_x = 0
 Output grid size along X.
 
int grid_y = 0
 Output grid size along Y.
 
int num_classes = 0
 Number of semantic classes.
 
std::vector< std::string > class_names
 Class names in output order.
 

Detailed Description

Immutable postprocessing contract embedded in an exported model bundle.

Definition at line 34 of file model_manifest.hpp.

Member Data Documentation

◆ class_names

std::vector<std::string> pcod_common::FrozenPostprocessConfig::class_names

Class names in output order.

Definition at line 38 of file model_manifest.hpp.

Referenced by pcod_common::ValidateModelManifest().

◆ grid_x

int pcod_common::FrozenPostprocessConfig::grid_x = 0

Output grid size along X.

Definition at line 35 of file model_manifest.hpp.

◆ grid_y

int pcod_common::FrozenPostprocessConfig::grid_y = 0

Output grid size along Y.

Definition at line 36 of file model_manifest.hpp.

◆ num_classes

int pcod_common::FrozenPostprocessConfig::num_classes = 0

Number of semantic classes.

Definition at line 37 of file model_manifest.hpp.

Referenced by pcod_common::ValidateModelManifest().


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