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
411 stars 46 forks source link

Compare with Contrastive Learning for Unpaired Image-to-Image Translation(CUT)? #28

Closed zeng-hello-world closed 2 years ago

zeng-hello-world commented 3 years ago

Hi, this is a great work, but I have a question: For unpaired data, LPTN also works and I noticed another paper: Contrastive Learning for Unpaired Image-to-Image Translation(CUT, ECCV 2020). Have you compared them?

thx~

csjliang commented 2 years ago

Sorry for the late reply. We do not compare with that paper. We have different goals (we for efficiency and they for effectiveness) on different sub-tasks. Perhaps one can find a proper combination of them. Thanks!