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

@ -570,7 +570,9 @@ typedef struct network {
float saturation;
float hue;
int random;
int small_object;
int track;
int augment_speed;
int try_fix_nan;
int gpu_index;
tree *hierarchy;
@ -698,7 +700,9 @@ typedef struct load_args {
int scale;
int center;
int coords;
int small_object;
int mini_batch;
int track;
int augment_speed;
float jitter;
int flip;
float angle;