Update HUB repo to main branch (#4549)
Co-authored-by: Yonghye Kwon <developer.0hye@gmail.com> Co-authored-by: andresinsitu <andres.rodriguez@ingenieriainsitu.com>
This commit is contained in:
parent
2bcee56e70
commit
b638c4ed9a
3 changed files with 3 additions and 2 deletions
|
|
@ -275,7 +275,7 @@ def test_data_utils():
|
|||
# from ultralytics.utils.files import WorkingDirectory
|
||||
# with WorkingDirectory(ROOT.parent / 'tests'):
|
||||
|
||||
download('https://github.com/ultralytics/hub/raw/master/example_datasets/coco8.zip', unzip=False)
|
||||
download('https://github.com/ultralytics/hub/raw/main/example_datasets/coco8.zip', unzip=False)
|
||||
shutil.move('coco8.zip', TMP)
|
||||
stats = HUBDatasetStats(TMP / 'coco8.zip', task='detect')
|
||||
stats.get_json(save=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue