PeterouZh / CIPS-3D

3D-aware GANs based on NeRF (arXiv).
MIT License
610 stars 60 forks source link

How to train on my own dataset? #29

Closed sunshineatnoon closed 2 years ago

sunshineatnoon commented 2 years ago

Hi, Thanks for open-sourcing this awesome work. I would like to train the model on my own dataset. So far, I have pre-processed all images to size 256x256 by using the scripts/dataset_tool.py. Here are the issues I met when trying to train on my own images: