Darknet/YOLO v3.0-78-gc780bd3
Object Detection Framework
 
Loading...
Searching...
No Matches
classifier.cpp File Reference
Include dependency graph for classifier.cpp:

Functions

float validate_classifier_single (char *datacfg, char *filename, char *weightfile, network *existing_net, int topk_custom)
 
float * get_regression_values (char **labels, int n)
 
void train_classifier (char *datacfg, char *cfgfile, char *weightfile, int *gpus, int ngpus, int clear, int dont_show, int mjpeg_port, int calc_topk, int show_imgs, char *chart_path)
 
void validate_classifier_crop (char *datacfg, char *filename, char *weightfile)
 
void validate_classifier_10 (char *datacfg, char *filename, char *weightfile)
 
void validate_classifier_full (char *datacfg, char *filename, char *weightfile)
 
void validate_classifier_multi (char *datacfg, char *filename, char *weightfile)
 
void try_classifier (char *datacfg, char *cfgfile, char *weightfile, char *filename, int layer_num)
 
void predict_classifier (char *datacfg, char *cfgfile, char *weightfile, char *filename, int top)
 
void label_classifier (char *datacfg, char *filename, char *weightfile)
 
void test_classifier (char *datacfg, char *cfgfile, char *weightfile, int target_layer)
 
void threat_classifier (char *datacfg, char *cfgfile, char *weightfile, int cam_index, const char *filename)
 
void demo_classifier (char *datacfg, char *cfgfile, char *weightfile, int cam_index, const char *filename, int benchmark, int benchmark_layers)
 
void run_classifier (int argc, char **argv)
 

Function Documentation

◆ validate_classifier_single()

float validate_classifier_single ( char *  datacfg,
char *  filename,
char *  weightfile,
network existing_net,
int  topk_custom 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ get_regression_values()

float * get_regression_values ( char **  labels,
int  n 
)

◆ train_classifier()

void train_classifier ( char *  datacfg,
char *  cfgfile,
char *  weightfile,
int *  gpus,
int  ngpus,
int  clear,
int  dont_show,
int  mjpeg_port,
int  calc_topk,
int  show_imgs,
char *  chart_path 
)
Here is the caller graph for this function:

◆ validate_classifier_crop()

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

◆ validate_classifier_10()

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

◆ validate_classifier_full()

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

◆ validate_classifier_multi()

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

◆ try_classifier()

void try_classifier ( char *  datacfg,
char *  cfgfile,
char *  weightfile,
char *  filename,
int  layer_num 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ predict_classifier()

void predict_classifier ( char *  datacfg,
char *  cfgfile,
char *  weightfile,
char *  filename,
int  top 
)
Todo:
V3 look through these and see what we no longer need
Here is the call graph for this function:
Here is the caller graph for this function:

◆ label_classifier()

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

◆ test_classifier()

void test_classifier ( char *  datacfg,
char *  cfgfile,
char *  weightfile,
int  target_layer 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ threat_classifier()

void threat_classifier ( char *  datacfg,
char *  cfgfile,
char *  weightfile,
int  cam_index,
const char *  filename 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ demo_classifier()

void demo_classifier ( char *  datacfg,
char *  cfgfile,
char *  weightfile,
int  cam_index,
const char *  filename,
int  benchmark,
int  benchmark_layers 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ run_classifier()

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