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

Functions

void train_dice (char *cfgfile, char *weightfile)
 
void validate_dice (char *filename, char *weightfile)
 
void test_dice (char *cfgfile, char *weightfile, char *filename)
 
void run_dice (int argc, char **argv)
 

Variables

char * dice_labels [] = {"face1","face2","face3","face4","face5","face6"}
 

Function Documentation

◆ train_dice()

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

◆ validate_dice()

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

◆ test_dice()

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

◆ run_dice()

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

Variable Documentation

◆ dice_labels

char* dice_labels[] = {"face1","face2","face3","face4","face5","face6"}