|
pcod-common v1.0.0
Shared preprocessing and postprocessing for point-cloud object detection
|
#include <bounding_box.hpp>
Public Attributes | |
| std::size_t | class_idx |
| Zero-based model class index. | |
| float | score |
| Confidence assigned to the class. | |
Class prediction associated with a detected bounding box.
Definition at line 12 of file bounding_box.hpp.
| std::size_t pcod_common::ClassificationEntry::class_idx |
Zero-based model class index.
Definition at line 13 of file bounding_box.hpp.
| float pcod_common::ClassificationEntry::score |
Confidence assigned to the class.
Definition at line 14 of file bounding_box.hpp.