#include "darknet_internal.hpp"

Public Attributes | |
| Darknet::Box ** | boxes |
| int | h |
| uint64_t | nanoseconds_to_load |
| record how much time it took to load all images | |
| int * | num_boxes |
| int | shallow |
| int | w |
| matrix | X |
| matrix | y |
| Darknet::Box** data::boxes |
| int data::h |
| uint64_t data::nanoseconds_to_load |
record how much time it took to load all images
| int* data::num_boxes |
| int data::shallow |
| int data::w |
| matrix data::X |
| matrix data::y |