nemar icon indicating copy to clipboard operation
nemar copied to clipboard

Please help me suggest the dataset and where dataloader?

Open tphankr opened this issue 4 years ago • 2 comments

  • Please help me suggest the dataset to follow the step 1. image
  • where the dataloader if we have the dataset? Thank you.

tphankr avatar Aug 02 '21 08:08 tphankr

  • 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

moabarar avatar Aug 03 '21 09:08 moabarar

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: image

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

tphankr avatar Aug 04 '21 10:08 tphankr