henry000 commited on
Commit
eb855bd
Β·
1 Parent(s): 7949796

πŸ› [Fix] Function call bug in get_dataset

Browse files
Files changed (1) hide show
  1. utils/get_dataset.py +1 -1
utils/get_dataset.py CHANGED
@@ -81,4 +81,4 @@ if __name__ == "__main__":
81
  from tools.log_helper import custom_logger
82
 
83
  custom_logger()
84
- download_coco_dataset()
 
81
  from tools.log_helper import custom_logger
82
 
83
  custom_logger()
84
+ prepare_dataset()