From 544eac9cec6899557d4eebdca7e8756ea0c25b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=8F=88=E7=BB=B4?= <591343188@qq.com> Date: Tue, 14 Jan 2025 15:02:53 +0800 Subject: [PATCH] add network crop --- stream_pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream_pipeline.py b/stream_pipeline.py index 3e699f8..568711d 100644 --- a/stream_pipeline.py +++ b/stream_pipeline.py @@ -137,7 +137,7 @@ def main(): for i, img in enumerate(subimg_list): img.save(f'{save_path}/frame_{i}.jpg') - print(f'Finish crop subimages {stream_dict["barcode"]}.') + print(f'Finish crop subimages {stream_dict["barcode"]}!') if __name__ == "__main__": main() \ No newline at end of file