|
pcod-common v1.0.0
Shared preprocessing and postprocessing for point-cloud object detection
|
#include "pcod_common/pbod_postprocess.hpp"#include "pcod_common/pillar_grid.hpp"#include "pcod_common/point_preprocess.hpp"#include <cassert>#include <vector>Go to the source code of this file.
Functions | |
| int | main () |
| int main | ( | ) |
Run the README example as an executable regression check.
Definition at line 12 of file test_readme_example.cpp.
References pcod_common::BuildPillarGrid(), pcod_common::PbodOutputsView::class_logits, pcod_common::PbodPostprocessConfig::class_names, pcod_common::DecodePbod(), pcod_common::PbodOutputsView::focal_logits, pcod_common::PointPreprocessor::IsPointValid(), pcod_common::kValueThreshold, pcod_common::PointPreprocessConfig::normalization_type, pcod_common::PbodOutputsView::num_classes, pcod_common::PbodOutputsView::num_pillars, pcod_common::PbodOutputsView::reg_dim, pcod_common::PbodOutputsView::reg_logits, pcod_common::PbodPostprocessConfig::score_thresholds, pcod_common::PbodOutputsView::size_posterior, pcod_common::PointPreprocessConfig::value_threshold, pcod_common::PointPreprocessConfig::x_max, pcod_common::PointPreprocessConfig::x_min, pcod_common::PointPreprocessConfig::y_max, pcod_common::PointPreprocessConfig::y_min, pcod_common::PointPreprocessConfig::z_max, and pcod_common::PointPreprocessConfig::z_min.