Darknet/YOLO v5.0-117-g31c55275-dirty
Object Detection Framework
 
Loading...
Searching...
No Matches
darknet.DETECTION Class Reference
Inheritance diagram for darknet.DETECTION:
Collaboration diagram for darknet.DETECTION:

Static Protected Attributes

list _fields_
 

Member Data Documentation

◆ _fields_

list darknet.DETECTION._fields_
staticprotected
Initial value:
= [("bbox", BOX), # Bounding box coordinates
("classes", c_int), # Number of classes
("best_class_idx", c_int), # Index of the best class
("prob", POINTER(c_float)), # Array of class probabilities
("mask", POINTER(c_float)), # Mask for this detection
("objectness", c_float), # Objectness score
("sort_class", c_int), # Sorted class index
("uc", POINTER(c_float)), # Uncertainty
("points", c_int), # Number of points
("embeddings", POINTER(c_float)), # Embeddings
("embedding_size", c_int), # Size of embeddings
("sim", c_float), # Similarity score
("track_id", c_int)]

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