mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Added object tracking using optical flow
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user