OmniSciDB
a5dc49c757
|
#include <TorchWrapper.h>
Public Attributes | |
int32_t | class_idx |
std::string | class_label |
double | centroid_x |
double | centroid_y |
double | width |
double | height |
float | confidence |
Definition at line 27 of file TorchWrapper.h.
double Detection::centroid_x |
Definition at line 30 of file TorchWrapper.h.
double Detection::centroid_y |
Definition at line 31 of file TorchWrapper.h.
int32_t Detection::class_idx |
Definition at line 28 of file TorchWrapper.h.
std::string Detection::class_label |
Definition at line 29 of file TorchWrapper.h.
float Detection::confidence |
Definition at line 34 of file TorchWrapper.h.
double Detection::height |
Definition at line 33 of file TorchWrapper.h.
double Detection::width |
Definition at line 32 of file TorchWrapper.h.