Added object tracking using optical flow

This commit is contained in:
AlexeyAB
2017-12-26 02:56:13 +03:00
parent ee87f4b649
commit 7113d2cc7f
3 changed files with 260 additions and 16 deletions

View File

@ -399,7 +399,7 @@ void validate_detector_recall(char *datacfg, char *cfgfile, char *weightfile)
int m = plist->size;
int i=0;
float thresh = .2;// .001;
float thresh = .001;// .001; // .2;
float iou_thresh = .5;
float nms = .4;