![]() |
darknet
v3
|
#include "darknet.h"
Go to the source code of this file.
Functions | |
| void | train_detector (char *datacfg, char *cfgfile, char *weightfile, int *gpus, int ngpus, int clear) |
| void | print_detector_detections (FILE **fps, char *id, detection *dets, int total, int classes, int w, int h) |
| void | print_imagenet_detections (FILE *fp, int id, detection *dets, int total, int classes, int w, int h) |
| void | validate_detector_flip (char *datacfg, char *cfgfile, char *weightfile, char *outfile) |
| void | validate_detector (char *datacfg, char *cfgfile, char *weightfile, char *outfile) |
| void | validate_detector_recall (char *cfgfile, char *weightfile) |
| void | test_detector (char *datacfg, char *cfgfile, char *weightfile, char *filename, float thresh, float hier_thresh, char *outfile, int fullscreen) |
| void | run_detector (int argc, char **argv) |
| void print_detector_detections | ( | FILE ** | fps, |
| char * | id, | ||
| detection * | dets, | ||
| int | total, | ||
| int | classes, | ||
| int | w, | ||
| int | h | ||
| ) |
Definition at line 191 of file detector.c.
| void print_imagenet_detections | ( | FILE * | fp, |
| int | id, | ||
| detection * | dets, | ||
| int | total, | ||
| int | classes, | ||
| int | w, | ||
| int | h | ||
| ) |
Definition at line 212 of file detector.c.
| void run_detector | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 792 of file detector.c.
| void test_detector | ( | char * | datacfg, |
| char * | cfgfile, | ||
| char * | weightfile, | ||
| char * | filename, | ||
| float | thresh, | ||
| float | hier_thresh, | ||
| char * | outfile, | ||
| int | fullscreen | ||
| ) |
Definition at line 562 of file detector.c.
| void train_detector | ( | char * | datacfg, |
| char * | cfgfile, | ||
| char * | weightfile, | ||
| int * | gpus, | ||
| int | ngpus, | ||
| int | clear | ||
| ) |
Definition at line 6 of file detector.c.
| void validate_detector | ( | char * | datacfg, |
| char * | cfgfile, | ||
| char * | weightfile, | ||
| char * | outfile | ||
| ) |
Definition at line 364 of file detector.c.
| void validate_detector_flip | ( | char * | datacfg, |
| char * | cfgfile, | ||
| char * | weightfile, | ||
| char * | outfile | ||
| ) |
Definition at line 234 of file detector.c.
| void validate_detector_recall | ( | char * | cfgfile, |
| char * | weightfile | ||
| ) |
Definition at line 489 of file detector.c.
1.8.13