#include "network.h"
#include "utils.h"
#include "parser.h"
#include "option_list.h"
#include "blas.h"
#include "classifier.h"
#include <sys/time.h>
Go to the source code of this file.
Functions | |
void | demo_art (char *cfgfile, char *weightfile, int cam_index) |
void | run_art (int argc, char **argv) |
void demo_art | ( | char * | cfgfile, |
char * | weightfile, | ||
int | cam_index | ||
) |