mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Added Focal Loss to yolo-layer
This commit is contained in:
@ -69,6 +69,7 @@ YOLODLL_API Detector::Detector(std::string cfg_filename, std::string weight_file
|
||||
}
|
||||
set_batch_network(&net, 1);
|
||||
net.gpu_index = cur_gpu_id;
|
||||
fuse_conv_batchnorm(net);
|
||||
|
||||
layer l = net.layers[net.n - 1];
|
||||
int j;
|
||||
|
Reference in New Issue
Block a user