Darknet/YOLO v3.0-149-gb11c9d5
Object Detection Framework
 
Loading...
Searching...
No Matches
DarknetDetection Struct Reference

Everything Darknet knows about a specific detection. More...

#include "darknet.h"

Collaboration diagram for DarknetDetection:

Public Attributes

DarknetBox bbox
 bounding boxes are normalized (between 0.0f and 1.0f)
 
int best_class_idx
 
int classes
 
int embedding_size
 
float * embeddings
 embeddings for tracking
 
float * mask
 
float objectness
 
int points
 bit-0 - center, bit-1 - top-left-corner, bit-2 - bottom-right-corner
 
float * prob
 
float sim
 
int sort_class
 
int track_id
 
float * uc
 Gaussian_YOLOv3 - tx,ty,tw,th uncertainty.
 

Detailed Description

Everything Darknet knows about a specific detection.

This structure is used by the old API. If using the new API, use Darknet::Prediction instead.

Member Data Documentation

◆ bbox

DarknetBox DarknetDetection::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

embeddings for tracking

◆ 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: