jcy132 / PatchGCL

Official Pytorch implementation of "Patch-wise Graph Contrastive Learning for Image Translation" (AAAI 2024)
MIT License
6 stars 1 forks source link

Official Pytorch implementation of "Patch-wise Graph Contrastive Learning for Image Translation" (AAAI 2024)

Chanyong Jung, Gihyun Kwon, Jong Chul Ye

Link: https://arxiv.org/abs/2312.08223

gcl

python -m pytorch_fid [path-to-output] [path-to-input]


### Cite

@article{jung2023patch, title={Patch-wise Graph Contrastive Learning for Image Translation}, author={Jung, Chanyong and Kwon, Gihyun and Ye, Jong Chul}, journal={arXiv preprint arXiv:2312.08223}, year={2023} }



### Acknowledgement
Our source code is based on the official implementation of [HnegSRC](https://github.com/jcy132/Hneg_SRC) and [CUT](https://github.com/taesungp/contrastive-unpaired-translation).