Darknet/YOLO v5.0-41-g593bddc
Object Detection Framework
 
Loading...
Searching...
No Matches
data Struct Reference

#include "darknet_internal.hpp"

Collaboration diagram for data:

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
 

Member Data Documentation

◆ boxes

Darknet::Box** data::boxes

◆ h

int data::h

◆ nanoseconds_to_load

uint64_t data::nanoseconds_to_load

record how much time it took to load all images

◆ num_boxes

int* data::num_boxes

◆ shallow

int data::shallow

◆ w

int data::w

◆ X

matrix data::X

◆ y

matrix data::y

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