Functions | Variables
yolo.c File Reference
#include "network.h"
#include "detection_layer.h"
#include "cost_layer.h"
#include "utils.h"
#include "parser.h"
#include "box.h"
#include "demo.h"
Include dependency graph for yolo.c:

Go to the source code of this file.

Functions

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

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

void print_yolo_detections ( FILE **  fps,
char *  id,
box boxes,
float **  probs,
int  total,
int  classes,
int  w,
int  h 
)

Definition at line 90 of file yolo.c.

void run_yolo ( int  argc,
char **  argv 
)

Definition at line 336 of file yolo.c.

void test_yolo ( char *  cfgfile,
char *  weightfile,
char *  filename,
float  thresh 
)

Definition at line 285 of file yolo.c.

void train_yolo ( char *  cfgfile,
char *  weightfile 
)

Definition at line 15 of file yolo.c.

void validate_yolo ( char *  cfgfile,
char *  weightfile 
)

Definition at line 111 of file yolo.c.

void validate_yolo_recall ( char *  cfgfile,
char *  weightfile 
)

Definition at line 199 of file yolo.c.


Variable Documentation

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 13 of file yolo.c.



rail_object_detector
Author(s):
autogenerated on Sat Jun 8 2019 20:26:31