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

Go to the source code of this file.

Functions

void train_tag (char *cfgfile, char *weightfile, int clear)
 
void test_tag (char *cfgfile, char *weightfile, char *filename)
 
void run_tag (int argc, char **argv)
 

Function Documentation

◆ run_tag()

void run_tag ( int  argc,
char **  argv 
)

Definition at line 126 of file tag.c.

◆ test_tag()

void test_tag ( char *  cfgfile,
char *  weightfile,
char *  filename 
)

Definition at line 83 of file tag.c.

◆ train_tag()

void train_tag ( char *  cfgfile,
char *  weightfile,
int  clear 
)

Definition at line 3 of file tag.c.