ultralytics 8.0.157
fix unzip_file()
bug (#4407)
Co-authored-by: Nadim Bou Alwan <64587372+nadinator@users.noreply.github.com>
This commit is contained in:
@ -198,7 +198,7 @@ The ideal scenario is for all class ratios to be reasonably similar for each spl
|
||||
|
||||
with open(dataset_yaml, 'w') as ds_y:
|
||||
yaml.safe_dump({
|
||||
'path': save_path.as_posix(),
|
||||
'path': split_dir.as_posix(),
|
||||
'train': 'train',
|
||||
'val': 'val',
|
||||
'names': classes
|
||||
|
Reference in New Issue
Block a user