From a9ed5c54132d4276b5d0bdace67526400b004109 Mon Sep 17 00:00:00 2001 From: Kaminyou Date: Mon, 8 Jul 2024 13:52:24 +0800 Subject: [PATCH] update paper link --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 7cfba7e..90e3bb2 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ # [ECCV 2024] Dense-Normalization Official implementation of **Every Pixel Has its Moments: Ultra-High-Resolution Unpaired Image-to-Image Translation via Dense Normalization** +Paper link: [arXiv](https://arxiv.org/abs/2407.04245) Authors: [Ming-Yang Ho](https://kaminyou.com/), [Che-Ming Wu](https://github.com/st9007a), [Min-Sheng Wu](https://github.com/Min-Sheng), and Yufeng Jane Tseng ![img](./images/teaser.jpg) @@ -55,3 +56,16 @@ Please download it at [link](https://anhir.grand-challenge.org/Data/). Please no ## Train your model The training of I2I model is the same as [KIN](https://github.com/Kaminyou/URUST). DN is a plugin for any I2I model with InstanceNorm layers. + +## Citation +``` +@misc{ho2024pixelmomentsultrahighresolutionunpaired, + title={Every Pixel Has its Moments: Ultra-High-Resolution Unpaired Image-to-Image Translation via Dense Normalization}, + author={Ming-Yang Ho and Che-Ming Wu and Min-Sheng Wu and Yufeng Jane Tseng}, + year={2024}, + eprint={2407.04245}, + archivePrefix={arXiv}, + primaryClass={cs.CV}, + url={https://arxiv.org/abs/2407.04245}, +} +```