diff --git a/src/reprocessing_module/snapshot_reprocessing.cpp b/src/reprocessing_module/snapshot_reprocessing.cpp index 7767268..cc5d7e6 100755 --- a/src/reprocessing_module/snapshot_reprocessing.cpp +++ b/src/reprocessing_module/snapshot_reprocessing.cpp @@ -549,7 +549,7 @@ int snapshot_reprocessing::update_face_bestsnapshot(vector vec_de int frame_height = memPtr->getHeight(); int frame_width = memPtr->getWidth(); - LOG_INFO("{}: {}",task_id,ol_det_result[idx].obj_count); + LOG_DEBUG("{}: {}",task_id,ol_det_result[idx].obj_count); if (0 == ol_det_result[idx].obj_count) { continue; }