henry000 commited on
Commit
4c6b435
Β·
2 Parent(s): 154ce0f 4f886fb

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

Browse files
Files changed (2) hide show
  1. requirements.txt +1 -4
  2. yolo/utils/get_dataset.py +1 -1
requirements.txt CHANGED
@@ -10,7 +10,4 @@ requests
10
  rich
11
  torch
12
  torchvision
13
- tqdm
14
- Pillow
15
- diskcache
16
- torchvision
 
10
  rich
11
  torch
12
  torchvision
13
+ tqdm
 
 
 
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):