Everything Darknet knows about a specific detection.
More...
#include "darknet.h"
Everything Darknet knows about a specific detection.
This structure is used by the old API. If using the new API, use Darknet::Prediction instead.
◆ bbox
bounding boxes are normalized (between 0.0f and 1.0f)
◆ best_class_idx
| int DarknetDetection::best_class_idx |
◆ classes
| int DarknetDetection::classes |
◆ embedding_size
| int DarknetDetection::embedding_size |
◆ embeddings
| float* DarknetDetection::embeddings |
◆ mask
| float* DarknetDetection::mask |
◆ objectness
| float DarknetDetection::objectness |
◆ points
| int DarknetDetection::points |
bit-0 - center, bit-1 - top-left-corner, bit-2 - bottom-right-corner
◆ prob
| float* DarknetDetection::prob |
◆ sim
| float DarknetDetection::sim |
◆ sort_class
| int DarknetDetection::sort_class |
◆ track_id
| int DarknetDetection::track_id |
◆ uc
| float* DarknetDetection::uc |
Gaussian_YOLOv3 - tx,ty,tw,th uncertainty.
The documentation for this struct was generated from the following file: