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

#include <bounding_box.hpp>

Public Attributes

std::size_t class_idx
 Zero-based model class index.
 
float score
 Confidence assigned to the class.
 

Detailed Description

Class prediction associated with a detected bounding box.

Definition at line 12 of file bounding_box.hpp.

Member Data Documentation

◆ class_idx

std::size_t pcod_common::ClassificationEntry::class_idx

Zero-based model class index.

Definition at line 13 of file bounding_box.hpp.

◆ score

float pcod_common::ClassificationEntry::score

Confidence assigned to the class.

Definition at line 14 of file bounding_box.hpp.


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