AlexeyAB
2018-06-03 483fdfa951feeb20903da1598cb9d611b93de6ca
Fix for multi-GPU and DGX
1 files modified
2 ■■■ changed files
src/detector.c 2 ●●● patch | view | raw | blame | history
src/detector.c
@@ -106,7 +106,7 @@
    args.hue = net.hue;
#ifdef OPENCV
    args.threads = 3;
    args.threads = 3 * ngpus;
    IplImage* img = NULL;
    float max_img_loss = 5;
    int number_of_lines = 100;