From e537a1e76368c35cbb6c7a552afe32a20d076f12 Mon Sep 17 00:00:00 2001 From: rentainhe <596106517@qq.com> Date: Wed, 30 Oct 2024 11:25:19 +0800 Subject: [PATCH] refine useless code --- grounded_sam2_gd1.5_demo.py | 1 - 1 file changed, 1 deletion(-) diff --git a/grounded_sam2_gd1.5_demo.py b/grounded_sam2_gd1.5_demo.py index 7094bee..f1110cd 100644 --- a/grounded_sam2_gd1.5_demo.py +++ b/grounded_sam2_gd1.5_demo.py @@ -101,7 +101,6 @@ if WITH_SLICE_INFERENCE: class_names = [class_id_to_name[id] for id in detections.class_id] confidences = detections.confidence class_ids = detections.class_id - import pdb; pdb.set_trace() input_boxes = detections.xyxy else: image_url = client.upload_file(IMG_PATH)