Alexey
2018-03-29 f7997131c6d0928f8f7eca3c62358349ed82c4ac
src/yolo_console_dll.cpp
@@ -361,7 +361,8 @@
                     auto current_image = det_image;
                     consumed = true;
                     while (current_image.use_count() > 0) {
                        auto result = detector.detect_resized(*current_image, frame_size, thresh, false);   // true
                        auto result = detector.detect_resized(*current_image, frame_size.width, frame_size.height,
                           thresh, false);   // true
                        ++fps_det_counter;
                        std::unique_lock<std::mutex> lock(mtx);
                        thread_result_vec = result;