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:
parent
4885538693
commit
aaba14e6b2
9 changed files with 61 additions and 81 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue