Please help me suggest the dataset and where dataloader?
- Please help me suggest the dataset to follow the step 1.

- where the dataloader if we have the dataset? Thank you.
-
I didn't understand the first bullet ? can you please clarify ? Since our code is based on Pix2Pix - then you could find examples of datasets in: https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/tree/master/data
-
The data loader definition is in: https://github.com/moabarar/nemar/blob/nemar_deploy/data/init.py
In our code, we initialize the dataset in line 30 in the train.py: https://github.com/moabarar/nemar/blob/0333edeb1582d8530c8c39d6d0b0150a30cc214f/train.py#L30
Thank you very much @ moabarar.
The first bullet. I mean, I have been facing the "don't know where to start to run your code" problem. Can you suggest for me the dataset in order to run your code. I also read your code and knew your code for 2D image because I saw here:

Yes, I saw where is the data loader definition. I have just researched about this problem so have many naive question, please help me in order to run your code. Thank you @moabarar.
Thank you @moabarar