Joseph Redmon
2016-09-20 c899cc19f4c366e99ed1aeae401c90c5497001fa
src/demo.c
@@ -48,7 +48,7 @@
void *detect_in_thread(void *ptr)
{
    float nms = .1;
    float nms = .4;
    detection_layer l = net.layers[net.n-1];
    float *X = det_s.data;