mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Expose optimize_picture() in DLL
This commit is contained in:
@ -146,6 +146,8 @@ YOLODLL_API void train_detector(char *datacfg, char *cfgfile, char *weightfile,
|
||||
YOLODLL_API int network_width(network *net);
|
||||
YOLODLL_API int network_height(network *net);
|
||||
|
||||
YOLODLL_API void optimize_picture(network *net, image orig, int max_layer, float scale, float rate, float thresh, int norm);
|
||||
|
||||
int get_network_nuisance(network net);
|
||||
int get_network_background(network net);
|
||||
YOLODLL_API void fuse_conv_batchnorm(network net);
|
||||
|
Reference in New Issue
Block a user