This is used to help keep some state between calls to functions fill_network_boxes(), get_yolo_detections(), etc. More...
#include "darknet_internal.hpp"
Public Attributes | |
int | i |
The index into the float output array for the given layer. | |
int | layer_index |
The layer index where this was found. | |
int | n |
What is "n"...the mask number? | |
int | obj_index |
The object index. | |
This is used to help keep some state between calls to functions fill_network_boxes(), get_yolo_detections(), etc.
We use the cache to track objects within the output array, so we don't have to walk over the entire array every time we need to find all the objects and bounding boxes.
int Darknet::Output_Object::i |
The index into the float output array for the given layer.
int Darknet::Output_Object::layer_index |
The layer index where this was found.
int Darknet::Output_Object::n |
What is "n"...the mask number?
int Darknet::Output_Object::obj_index |
The object index.