Joseph Redmon
2016-09-08 0e610b056dbcd85affa23f64f9f8da4d197f110a
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;