How to organize traindata?
universewill opened this issue · 5 comments
How to organize train data?
I don't understand the files_a and files_b in config.yaml
Files_a is your low quality/blury images
files_b is your clean files
depending on your folder structure (mine is /LR/clip_name/scene_number##/######.png) you use wildcards to list what files you want to use
since clip_name, scene_name, and the file name is variable, my path in the config is /path_to_the_database/LR/*/*/*.png
depending on your folder structure and weather you store all your images in recursive folders, you choose more or less wildcards
Files_a 是您的低质量/模糊图像
files_b 是您的干净文件,
具体取决于您的文件夹结构(我的是 /LR/clip_name/scene_number##/######.png)您使用通配符列出要使用的文件
由于剪辑名称、场景名称和文件名是可变的,我在配置中的路径/path_to_the_database/LR/*/*/*.png
取决于您的文件夹结构和天气您将所有图像存储在递归文件夹中,您可以选择或多或少的通配符
Can you list your config.yaml and dataset tree?
How to organize train data?
I don't understand the files_a and files_b in config.yaml
确实写的差点意思!