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

Functions

void train_cifar (char *cfgfile, char *weightfile)
 
void train_cifar_distill (char *cfgfile, char *weightfile)
 
void test_cifar_multi (char *filename, char *weightfile)
 
void test_cifar (char *filename, char *weightfile)
 
void extract_cifar ()
 
void test_cifar_csv (char *filename, char *weightfile)
 
void test_cifar_csvtrain (char *filename, char *weightfile)
 
void eval_cifar_csv ()
 
void run_cifar (int argc, char **argv)
 

Function Documentation

◆ train_cifar()

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

◆ train_cifar_distill()

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

◆ test_cifar_multi()

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

◆ test_cifar()

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

◆ extract_cifar()

void extract_cifar ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_cifar_csv()

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

◆ test_cifar_csvtrain()

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

◆ eval_cifar_csv()

void eval_cifar_csv ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ run_cifar()

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