isl-org / PhotorealismEnhancement

Code & Data for Enhancing Photorealism Enhancement
1.3k stars 104 forks source link

Question about yaml ? #23

Closed D-Mad closed 2 years ago

D-Mad commented 2 years ago

i dont undertand about val.txt ,test.txt and train.txt ,How to create this txt file ? Which paths do i need to change in the yaml file?

ZouaghiHoussem commented 2 years ago

you need to create a script to load images and put them in a txt file. then split it as you wish

srrichter commented 2 years ago

This is correct. The txt files contain corresponding paths to images, label maps, and gbuffers, each line corresponding to a frame. How you split your dataset into train, val, and test is up to you.