Skip to content

Commit

Permalink
fixed save directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Oct 7, 2024
1 parent 97475ed commit 725d990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luxonis_ml/data/parsers/luxonis_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,6 @@ def _download_roboflow_dataset(
rf.workspace(workspace)
.project(project)
.version(int(version))
.download(format, str(local_path))
.download(format, str(local_path / project))
)
return Path(dataset.location), project

0 comments on commit 725d990

Please sign in to comment.