Commit f2c2adbaad1ae64646c375f209e1bebce8672127

Authored by Hu Chunming
1 parent 607d4be1

日志优化

src/reprocessing_module/snapshot_reprocessing.cpp
@@ -549,7 +549,7 @@ int snapshot_reprocessing::update_face_bestsnapshot(vector<DeviceMemory*> vec_de @@ -549,7 +549,7 @@ int snapshot_reprocessing::update_face_bestsnapshot(vector<DeviceMemory*> vec_de
549 int frame_height = memPtr->getHeight(); 549 int frame_height = memPtr->getHeight();
550 int frame_width = memPtr->getWidth(); 550 int frame_width = memPtr->getWidth();
551 551
552 - LOG_INFO("{}: {}",task_id,ol_det_result[idx].obj_count); 552 + LOG_DEBUG("{}: {}",task_id,ol_det_result[idx].obj_count);
553 if (0 == ol_det_result[idx].obj_count) { 553 if (0 == ol_det_result[idx].obj_count) {
554 continue; 554 continue;
555 } 555 }