|
| int | anchors_comparator (const void *pa, const void *pb) |
| |
| int | anchors_data_comparator (const float **pa, const float **pb) |
| |
| void | calc_anchors (char *datacfg, int num_of_clusters, int width, int height, int show) |
| |
| static void | eliminate_bdd (char *buf, const char *a) |
| |
| static void | get_bdd_image_id (char *filename) |
| |
| void | prime_training_images_cache (list *image_filenames) |
| |
| void | prime_training_images_cache_thread (Darknet::VStr v) |
| |
| static void | print_bdd_detections (FILE *fp, char *image_path, Darknet::Detection *dets, int num_boxes, int classes, int w, int h) |
| |
| static void | print_cocos (FILE *fp, char *image_path, Darknet::Detection *dets, int num_boxes, int classes, int w, int h) |
| |
| void | print_detector_detections (FILE **fps, const char *id, Darknet::Detection *dets, int total, int classes, int w, int h) |
| |
| void | print_imagenet_detections (FILE *fp, int id, Darknet::Detection *dets, int total, int classes, int w, int h) |
| |
| static void | print_kitti_detections (FILE **fps, const char *id, Darknet::Detection *dets, int total, int classes, int w, int h, const char *outfile, const char *prefix) |
| |
| void | run_detector (int argc, char **argv) |
| |
| void | test_detector (const char *datacfg, const char *cfgfile, const char *weightfile, const char *filename, float thresh, float hier_thresh, int dont_show, int ext_output, int save_labels, const char *outfile, int letter_box, int benchmark_layers) |
| |
| void | train_detector (const char *datacfg, const char *cfgfile, const char *weightfile, int *gpus, int ngpus, int clear, int dont_show, int calc_map, float thresh, float iou_thresh, int show_imgs, int benchmark_layers, const char *chart_path) |
| |
| void | train_detector_internal (const bool break_after_burn_in, std::string &multi_gpu_weights_fn, const char *datacfg, const char *cfgfile, const char *weightfile, int *gpus, int ngpus, int clear, int dont_show, int calc_map, float thresh, float iou_thresh, int show_imgs, int benchmark_layers, const char *chart_path) |
| |
| void | validate_detector (char *datacfg, char *cfgfile, char *weightfile, const char *outfile) |
| |
| float | validate_detector_map (const char *datacfg, const char *cfgfile, const char *weightfile, float thresh_calc_avg_iou, const float iou_thresh, const int map_points, int letter_box, Darknet::Network *existing_net) |
| |
| void | validate_detector_recall (char *datacfg, char *cfgfile, char *weightfile) |
| |