![]() |
darknet
v3
|

Go to the source code of this file.
Functions | |
| void | train_segmenter (char *datacfg, char *cfgfile, char *weightfile, int *gpus, int ngpus, int clear, int display) |
| void | predict_segmenter (char *datafile, char *cfg, char *weights, char *filename) |
| void | demo_segmenter (char *datacfg, char *cfg, char *weights, int cam_index, const char *filename) |
| void | run_segmenter (int argc, char **argv) |
| void demo_segmenter | ( | char * | datacfg, |
| char * | cfg, | ||
| char * | weights, | ||
| int | cam_index, | ||
| const char * | filename | ||
| ) |
Definition at line 170 of file segmenter.c.
| void predict_segmenter | ( | char * | datafile, |
| char * | cfg, | ||
| char * | weights, | ||
| char * | filename | ||
| ) |
Definition at line 131 of file segmenter.c.
| void run_segmenter | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 221 of file segmenter.c.
| void train_segmenter | ( | char * | datacfg, |
| char * | cfgfile, | ||
| char * | weightfile, | ||
| int * | gpus, | ||
| int | ngpus, | ||
| int | clear, | ||
| int | display | ||
| ) |
Definition at line 5 of file segmenter.c.
1.8.13