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

[Task]: Support list config for normal_dir and normal_test_dir of folder format #1195

Closed
fanchuanster opened this issue Jul 20, 2023 · 1 comment
Labels
Feature Good First Issue Issues that can be picked up by someone unfamiliar with the repo and would like to contribute.

Comments

@fanchuanster
Copy link

fanchuanster commented Jul 20, 2023

What is the motivation for this task?

I am frustrated to merge multiple categories into a single normal dir (normal_test_dir as well), wondering it it makes sense to support list config for them?

dataset:
name: model
format: folder
path: /app/data/trainData
normal_dir: [folder1, folder2]
normal_test_dir: [testfolder1, testfolder2]

this is the error it throws when it's a list config:

TypeError: expected str, bytes or os.PathLike object, not ListConfig

Describe the solution you'd like

support list config for normal_dir and normal_test_dir of folder format

Additional context

No response

@samet-akcay samet-akcay added Feature Good First Issue Issues that can be picked up by someone unfamiliar with the repo and would like to contribute. and removed Task labels Aug 4, 2023
@harimkang
Copy link
Contributor

I think it's a good feature for user convenience. I'll take a look and share my progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Good First Issue Issues that can be picked up by someone unfamiliar with the repo and would like to contribute.
Projects
None yet
Development

No branches or pull requests

4 participants