csjliang / LPTN

Official implementation of the paper 'High-Resolution Photorealistic Image Translation in Real-Time: A Laplacian Pyramid Translation Network' in CVPR 2021
Apache License 2.0
413 stars 47 forks source link

How to train this model with my own data? #45

Open Red-Fairy opened 2 years ago

Red-Fairy commented 2 years ago

I have a unpaired dataset and I would like to perform image-to-image translation through this model, I tested both disk and lmdb mode, but I found both methods are time consuming and most of the time is spent on loading data instead of computing. I believe I've got something wrong. So what is the simplest way to train this model with my own data?

JesseZhang84 commented 1 year ago

Hello, I also want to train my own data, Want to ask if the test set must use paired data?What kind of test set should I use if not?Thank you very much!