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"} |
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 | ||
) |
char* voc_names[] = {"aeroplane", "bicycle", "bird", "boat", "bottle", "bus", "car", "cat", "chair", "cow", "diningtable", "dog", "horse", "motorbike", "person", "pottedplant", "sheep", "sofa", "train", "tvmonitor"} |