Go to the source code of this file.
|
void | train_yolo (char *cfgfile, char *weightfile) |
|
void | print_yolo_detections (FILE **fps, char *id, int total, int classes, int w, int h, detection *dets) |
|
void | validate_yolo (char *cfg, char *weights) |
|
void | validate_yolo_recall (char *cfg, char *weights) |
|
void | test_yolo (char *cfgfile, char *weightfile, char *filename, float thresh) |
|
void | run_yolo (int argc, char **argv) |
|
|
char * | voc_names [] = {"aeroplane", "bicycle", "bird", "boat", "bottle", "bus", "car", "cat", "chair", "cow", "diningtable", "dog", "horse", "motorbike", "person", "pottedplant", "sheep", "sofa", "train", "tvmonitor"} |
|
◆ print_yolo_detections()
void print_yolo_detections |
( |
FILE ** |
fps, |
|
|
char * |
id, |
|
|
int |
total, |
|
|
int |
classes, |
|
|
int |
w, |
|
|
int |
h, |
|
|
detection * |
dets |
|
) |
| |
◆ run_yolo()
void run_yolo |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ test_yolo()
void test_yolo |
( |
char * |
cfgfile, |
|
|
char * |
weightfile, |
|
|
char * |
filename, |
|
|
float |
thresh |
|
) |
| |
◆ train_yolo()
void train_yolo |
( |
char * |
cfgfile, |
|
|
char * |
weightfile |
|
) |
| |
Definition at line 5 of file yolo.c.
◆ validate_yolo()
void validate_yolo |
( |
char * |
cfg, |
|
|
char * |
weights |
|
) |
| |
◆ validate_yolo_recall()
void validate_yolo_recall |
( |
char * |
cfg, |
|
|
char * |
weights |
|
) |
| |
◆ 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"} |
Definition at line 3 of file yolo.c.