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

#include "box.hpp"

Collaboration diagram for detection_with_class:

Public Attributes

int best_class
 The most probable class id.
 
Darknet::Detection det
 

Member Data Documentation

◆ best_class

int detection_with_class::best_class

The most probable class id.

The best class index in this->prob. Is filled temporary when processing results, otherwise not initialized.

◆ det

Darknet::Detection detection_with_class::det

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