Subh775 commited on
Commit
190a9a5
·
verified ·
1 Parent(s): 461ad4e

Update prepare_annotate.py

Browse files
Files changed (1) hide show
  1. prepare_annotate.py +1 -1
prepare_annotate.py CHANGED
@@ -30,7 +30,7 @@ for fname in tqdm(os.listdir(images_dir)):
30
  mask_path = os.path.join(masks_dir, name + ".png")
31
 
32
  if not os.path.exists(mask_path):
33
- print(f"⚠️ No mask for {fname}, skipping...")
34
  continue
35
 
36
  # Load image and mask
 
30
  mask_path = os.path.join(masks_dir, name + ".png")
31
 
32
  if not os.path.exists(mask_path):
33
+ print(f" No mask for {fname}, skipping...")
34
  continue
35
 
36
  # Load image and mask