urielsinger / familyGan

39 stars 17 forks source link

How to train the model with my own data?? Can you suggest me the steps. #3

Open Divy0495 opened 3 years ago

urielsinger commented 3 years ago

Please check out the last two functions in https://github.com/urielsinger/familyGan/blob/master/familyGan/pipeline.py

Divy0495 commented 3 years ago

Please check out the last two functions in https://github.com/urielsinger/familyGan/blob/master/familyGan/pipeline.py

Actually, I have the latent representations of the original father and mother images. I just need to get an idea of how to feed them to start training. Can you suggest how the files should be structured for aligned path and latent path? And what files should these paths have?

urielsinger commented 3 years ago

Those two functions show the full pipe from raw images or files. Use the relevant parts of those functions as you wish.