Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--split-names results in empty top-level dirs #2

Open
fracpete opened this issue Jul 10, 2022 · 0 comments
Open

--split-names results in empty top-level dirs #2

fracpete opened this issue Jul 10, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@fracpete
Copy link
Member

When using --split-names, the output directory will not only contain the images and labels directories (and below the split dirs), but also empty split dirs on the same level. E.g.:

--split-names train val test

will generate in the output dir:

images
  test
  train
  val
labels
  test
  train
  val
test
train
val
@fracpete fracpete added the bug Something isn't working label Jul 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants