Darknet/YOLO v3.0-93-gfbbaca7
Object Detection Framework
 
Loading...
Searching...
No Matches
rnn_vid.cpp File Reference
Include dependency graph for rnn_vid.cpp:

Functions

void generate_vid_rnn (char *cfgfile, char *weightfile)
 
float_pair get_rnn_vid_data (network net, char **files, int n, int batch, int steps)
 
void reconstruct_picture (network net, float *features, Darknet::Image recon, Darknet::Image update, float rate, float momentum, float lambda, int smooth_size, int iters)
 
void run_vid_rnn (int argc, char **argv)
 
Darknet::Image save_reconstruction (network net, Darknet::Image *init, float *feat, char *name, int i)
 
void train_vid_rnn (char *cfgfile, char *weightfile)
 

Function Documentation

◆ generate_vid_rnn()

void generate_vid_rnn ( char *  cfgfile,
char *  weightfile 
)
Todo:
what in the world is this filename?
Here is the call graph for this function:
Here is the caller graph for this function:

◆ get_rnn_vid_data()

float_pair get_rnn_vid_data ( network  net,
char **  files,
int  n,
int  batch,
int  steps 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ reconstruct_picture()

void reconstruct_picture ( network  net,
float *  features,
Darknet::Image  recon,
Darknet::Image  update,
float  rate,
float  momentum,
float  lambda,
int  smooth_size,
int  iters 
)
Todo:
V3 xxx delete this file?
Here is the call graph for this function:
Here is the caller graph for this function:

◆ run_vid_rnn()

void run_vid_rnn ( int  argc,
char **  argv 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ save_reconstruction()

Darknet::Image save_reconstruction ( network  net,
Darknet::Image init,
float *  feat,
char *  name,
int  i 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ train_vid_rnn()

void train_vid_rnn ( char *  cfgfile,
char *  weightfile 
)
Here is the call graph for this function:
Here is the caller graph for this function: