Commit f2c2adbaad1ae64646c375f209e1bebce8672127
1 parent
607d4be1
日志优化
Showing
1 changed file
with
1 additions
and
1 deletions
src/reprocessing_module/snapshot_reprocessing.cpp
... | ... | @@ -549,7 +549,7 @@ int snapshot_reprocessing::update_face_bestsnapshot(vector<DeviceMemory*> vec_de |
549 | 549 | int frame_height = memPtr->getHeight(); |
550 | 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 | 553 | if (0 == ol_det_result[idx].obj_count) { |
554 | 554 | continue; |
555 | 555 | } | ... | ... |