Skip to content

Commit

Permalink
πŸ”€ [Merge] branch 'DATASET' into TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
henrytsui000 committed May 30, 2024
2 parents 121ac98 + 490e893 commit 995ae20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yolo/utils/get_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def prepare_dataset(cfg):

os.makedirs(extract_to, exist_ok=True)
if check_files(final_place, dataset_args.get("file_num")):
logger.info(f"βœ… Dataset {dataset_type} already verified.")
logger.info(f"βœ… Dataset {dataset_type: <12} already verified.")
continue

if not os.path.exists(local_zip_path):
Expand Down

0 comments on commit 995ae20

Please sign in to comment.