Spaces:
Sleeping
Sleeping
Update annotator_v3_3.py
Browse files- annotator_v3_3.py +1 -1
annotator_v3_3.py
CHANGED
@@ -85,7 +85,7 @@ def gradio_interface(json_file_path='sample_six_grid_split_4_new.json'):
|
|
85 |
def get_item_info(idx):
|
86 |
item = data[idx]
|
87 |
image_path = item.get("image_path", "")
|
88 |
-
print(f"The current image_path is {image_path}")
|
89 |
|
90 |
if not os.path.exists(image_path):
|
91 |
image_path = "placeholder.jpg"
|
|
|
85 |
def get_item_info(idx):
|
86 |
item = data[idx]
|
87 |
image_path = item.get("image_path", "")
|
88 |
+
# print(f"The current image_path is {image_path}")
|
89 |
|
90 |
if not os.path.exists(image_path):
|
91 |
image_path = "placeholder.jpg"
|