Skip to content

Commit d1df3cf

Browse files
authored
Update datasets.py
1 parent 45a7bc9 commit d1df3cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/datasets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ def hub_ops(f, max_dim=1920):
983983
data = yaml.safe_load(f) # data dict
984984
if zipped:
985985
data['path'] = data_dir # TODO: should this be dir.resolve()?
986-
check_dataset(data, autodownload=False) # download dataset if missing
986+
check_dataset(data, autodownload=False)
987987
hub_dir = Path(data['path'] + ('-hub' if hub else ''))
988988
stats = {'nc': data['nc'], 'names': data['names']} # statistics dictionary
989989
for split in 'train', 'val', 'test':

0 commit comments

Comments
 (0)