π [Merge] branch 'DATASET' into TEST
Browse files
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):
|