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

Go to the source code of this file.

Functions

void extract_voxel (char *lfile, char *rfile, char *prefix)
 
void train_voxel (char *cfgfile, char *weightfile)
 
void test_voxel (char *cfgfile, char *weightfile, char *filename)
 
void run_voxel (int argc, char **argv)
 

Function Documentation

◆ extract_voxel()

void extract_voxel ( char *  lfile,
char *  rfile,
char *  prefix 
)

Definition at line 3 of file voxel.c.

◆ run_voxel()

void run_voxel ( int  argc,
char **  argv 
)

Definition at line 145 of file voxel.c.

◆ test_voxel()

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

Definition at line 106 of file voxel.c.

◆ train_voxel()

void train_voxel ( char *  cfgfile,
char *  weightfile 
)

Definition at line 39 of file voxel.c.