henry000 commited on
Commit
0136fd2
·
1 Parent(s): 17f8d25

💬 [Add] Emoji for prepareing dataset

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} already verified.")
67
  continue
68
 
69
  if not os.path.exists(local_zip_path):