Darknet/YOLO  v2.0-219-g5d379a6
Object Detection Framework
yolo.cpp File Reference
Include dependency graph for yolo.cpp:

Functions

void train_yolo (char *cfgfile, char *weightfile)
 
void print_yolo_detections (FILE **fps, char *id, box *boxes, float **probs, int total, int classes, int w, int h)
 
void validate_yolo (char *cfgfile, char *weightfile)
 
void validate_yolo_recall (char *cfgfile, char *weightfile)
 
void test_yolo (char *cfgfile, char *weightfile, char *filename, float thresh)
 
void run_yolo (int argc, char **argv)
 

Variables

char * voc_names [] = {"aeroplane", "bicycle", "bird", "boat", "bottle", "bus", "car", "cat", "chair", "cow", "diningtable", "dog", "horse", "motorbike", "person", "pottedplant", "sheep", "sofa", "train", "tvmonitor"}
 

Function Documentation

◆ train_yolo()

void train_yolo ( char *  cfgfile,
char *  weightfile 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ print_yolo_detections()

void print_yolo_detections ( FILE **  fps,
char *  id,
box boxes,
float **  probs,
int  total,
int  classes,
int  w,
int  h 
)
Here is the caller graph for this function:

◆ validate_yolo()

void validate_yolo ( char *  cfgfile,
char *  weightfile 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ validate_yolo_recall()

void validate_yolo_recall ( char *  cfgfile,
char *  weightfile 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_yolo()

void test_yolo ( char *  cfgfile,
char *  weightfile,
char *  filename,
float  thresh 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ run_yolo()

void run_yolo ( int  argc,
char **  argv 
)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ voc_names

char* voc_names[] = {"aeroplane", "bicycle", "bird", "boat", "bottle", "bus", "car", "cat", "chair", "cow", "diningtable", "dog", "horse", "motorbike", "person", "pottedplant", "sheep", "sofa", "train", "tvmonitor"}