AlexeyAB
2018-01-04 e205c1e7aeb47e3dffd35d1b5ce7841d24b9aff4
src/detector.c
@@ -399,7 +399,7 @@
    int m = plist->size;
    int i=0;
   float thresh = .2;// .001;
   float thresh = .001;// .001;  // .2;
    float iou_thresh = .5;
    float nms = .4;