mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Added object Detection & Tracking using conv-rnn layer on frames from video
This commit is contained in:
@ -161,6 +161,7 @@ int get_network_background(network net);
|
||||
//LIB_API void fuse_conv_batchnorm(network net);
|
||||
//LIB_API void calculate_binary_weights(network net);
|
||||
network combine_train_valid_networks(network net_train, network net_map);
|
||||
void copy_weights_net(network net_train, network *net_map);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Reference in New Issue
Block a user