mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Detection is accelerated by 7 percent (fused conv and batch_norm layers)
This commit is contained in:
@ -148,7 +148,7 @@ void demo(char *cfgfile, char *weightfile, float thresh, float hier_thresh, int
|
||||
load_weights(&net, weightfile);
|
||||
}
|
||||
set_batch_network(&net, 1);
|
||||
|
||||
fuse_conv_batchnorm(net);
|
||||
srand(2222222);
|
||||
|
||||
if(filename){
|
||||
|
Reference in New Issue
Block a user