diff --git a/sishu_label_web.py b/sishu_label_web.py index a9135bd..f71513f 100644 --- a/sishu_label_web.py +++ b/sishu_label_web.py @@ -86,6 +86,7 @@ def annotate_images(model, image_urls, target_labels=None, conf_threshold=0.1): all_labels = model.names.values() label_colors = generate_label_colors(all_labels) + logger.debug(f"标注的置信度阈值为:" + str(conf_threshold)) for image_url in image_urls: # 假设 image_path 可能是一个 URL 或者本地路径 if image_url.startswith("http"):