Added object Detection & Tracking using conv-rnn layer on frames from video

This commit is contained in:
AlexeyAB
2019-03-02 03:32:24 +03:00
parent 50956447f8
commit 75f2a3e7cf
16 changed files with 962 additions and 187 deletions

View File

@ -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
}