|
pcod-common v1.0.0
Shared preprocessing and postprocessing for point-cloud object detection
|
#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. | |
Immutable postprocessing contract embedded in an exported model bundle.
Definition at line 34 of file model_manifest.hpp.
| 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().
| int pcod_common::FrozenPostprocessConfig::grid_x = 0 |
Output grid size along X.
Definition at line 35 of file model_manifest.hpp.
| int pcod_common::FrozenPostprocessConfig::grid_y = 0 |
Output grid size along Y.
Definition at line 36 of file model_manifest.hpp.
| 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().