|
pcod-common v1.0.0
Shared preprocessing and postprocessing for point-cloud object detection
|
#include "pcod_common/model_manifest.hpp"#include "pcod_common/version.hpp"#include <filesystem>#include <initializer_list>#include <sstream>#include <stdexcept>#include <string>#include <vector>#include <yaml-cpp/yaml.h>Go to the source code of this file.
Namespaces | |
| namespace | pcod_common |
Functions | |
| ModelManifest | pcod_common::LoadModelManifest (const std::string &path) |
| void | pcod_common::ValidateModelManifest (const ModelManifest &manifest) |