When I want to achieve the image-to-image task in my own datasets, there are some problems.
I noticed that the datasets for the img2img task in your paper is BraTS Brain MRI Dataset, which seems to be the .npy format.
If I want to use my own datasets, what's the structure of the data folder, and what format of the data(like .png or .npy).
Now, my datasets consists of the PNG image. What should I do to train the model successfully.
Hope for your reply.