darknet  v3
Functions
detector.c File Reference
#include "darknet.h"
Include dependency graph for detector.c:

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)
 

Function Documentation

◆ print_detector_detections()

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.

◆ print_imagenet_detections()

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.

◆ run_detector()

void run_detector ( int  argc,
char **  argv 
)

Definition at line 792 of file detector.c.

◆ test_detector()

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.

◆ train_detector()

void train_detector ( char *  datacfg,
char *  cfgfile,
char *  weightfile,
int *  gpus,
int  ngpus,
int  clear 
)

Definition at line 6 of file detector.c.

◆ validate_detector()

void validate_detector ( char *  datacfg,
char *  cfgfile,
char *  weightfile,
char *  outfile 
)

Definition at line 364 of file detector.c.

◆ validate_detector_flip()

void validate_detector_flip ( char *  datacfg,
char *  cfgfile,
char *  weightfile,
char *  outfile 
)

Definition at line 234 of file detector.c.

◆ validate_detector_recall()

void validate_detector_recall ( char *  cfgfile,
char *  weightfile 
)

Definition at line 489 of file detector.c.