henry000 commited on
Commit
995ae20
Β·
2 Parent(s): 121ac98 490e893

πŸ”€ [Merge] branch 'DATASET' into TEST

Browse files
Files changed (1) hide show
  1. yolo/utils/get_dataset.py +1 -1
yolo/utils/get_dataset.py CHANGED
@@ -63,7 +63,7 @@ def prepare_dataset(cfg):
63
 
64
  os.makedirs(extract_to, exist_ok=True)
65
  if check_files(final_place, dataset_args.get("file_num")):
66
- logger.info(f"βœ… Dataset {dataset_type} already verified.")
67
  continue
68
 
69
  if not os.path.exists(local_zip_path):
 
63
 
64
  os.makedirs(extract_to, exist_ok=True)
65
  if check_files(final_place, dataset_args.get("file_num")):
66
+ logger.info(f"βœ… Dataset {dataset_type: <12} already verified.")
67
  continue
68
 
69
  if not os.path.exists(local_zip_path):