Yolo v3 using SO/DLL library

This commit is contained in:
AlexeyAB
2018-03-29 20:47:17 +03:00
parent d0039f6dfd
commit 0039fd2678
2 changed files with 13 additions and 18 deletions

View File

@ -133,6 +133,7 @@ void set_batch_network(network *net, int b);
int get_network_input_size(network net);
float get_network_cost(network net);
detection *get_network_boxes(network *net, int w, int h, float thresh, float hier, int *map, int relative, int *num, int letter);
void free_detections(detection *dets, int n);
int get_network_nuisance(network net);
int get_network_background(network net);