[Task]: Support list config for normal_dir and normal_test_dir of folder format #1195
Labels
Feature
Good First Issue
Issues that can be picked up by someone unfamiliar with the repo and would like to contribute.
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
The text was updated successfully, but these errors were encountered: