Darknet/YOLO
Object Detection Framework
captcha.c File Reference
Include dependency graph for captcha.c:

Functions

void fix_data_captcha (data d, int mask)
 
void train_captcha (char *cfgfile, char *weightfile)
 
void test_captcha (char *cfgfile, char *weightfile, char *filename)
 
void valid_captcha (char *cfgfile, char *weightfile, char *filename)
 
void run_captcha (int argc, char **argv)
 

Function Documentation

◆ fix_data_captcha()

void fix_data_captcha ( data  d,
int  mask 
)
Here is the caller graph for this function:

◆ train_captcha()

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

◆ test_captcha()

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

◆ valid_captcha()

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

◆ run_captcha()

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