I am a bit confuse about how to split the dataset in Train/Test and also which data among two separate directories including (stylegan2-config-f-psi and images_1024*1024) to be placed in real and fake directories? I could not find any explanation regarding splitting and placing the data of the aforementioned two directories that contains the data.
Hi, Thank you for the code you provided!
I am a bit confuse about how to split the dataset in Train/Test and also which data among two separate directories including (stylegan2-config-f-psi and images_1024*1024) to be placed in real and fake directories? I could not find any explanation regarding splitting and placing the data of the aforementioned two directories that contains the data.
To be precise: I have two directories now like:
Fake_Attrib_Attack/images_1024*1024 (contains 69 subfolders/subfolder/1000 images) Fake_Attrib_Attack/stylegan2-config-f-psi(contains 100 subfolders/subfolder/1000 images)
1- How to split these two directories in Train/Test? 2- How and which data to be placed in (Train/Real, Train/Fake) and in (Test/Real, Test/Fake)?
Thank You!