mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Minor fix for mAP calculation during training
This commit is contained in:
@ -156,6 +156,7 @@ int get_network_nuisance(network net);
|
||||
int get_network_background(network net);
|
||||
YOLODLL_API void fuse_conv_batchnorm(network net);
|
||||
YOLODLL_API void calculate_binary_weights(network net);
|
||||
network combine_train_valid_networks(network net_train, network net_map);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Reference in New Issue
Block a user