Skip to content

Commit

Permalink
update improved version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonghui Guo committed Oct 9, 2022
1 parent c027337 commit d8430b5
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 29 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<base target="_blank"/>

# Transformer for Image Harmonization and Beyond
# Transformer for Image Harmonization and Beyond **[[Paper](https://ieeexplore.ieee.org/abstract/document/9893399)]**<br>
Zonghui Guo, Zhaorui Gu, Bing Zheng, Junyu Dong, Haiyong Zheng<br>
IEEE Transactions on Pattern Analysis and Machine Intelligence<br>

Here we provide the PyTorch implementation and pre-trained model of our latest version, if you require the code of our previous ICCV version (**["Image Harmonization With Transformer"](https://openaccess.thecvf.com/content/ICCV2021/papers/Guo_Image_Harmonization_With_Transformer_ICCV_2021_paper.pdf)**), please click the **[released version](https://github.com/zhenglab/HarmonyTransformer/releases/tag/v1.0)**.

Expand Down Expand Up @@ -53,6 +55,14 @@ More compared results can be found at [Google Drive](https://drive.google.com/fi
If you use this code for your research, please cite our papers.

```
@article{guo2022transformer,
title={Transformer for Image Harmonization and Beyond},
author={Guo, Zonghui and Gu, Zhaorui and Zheng, Bing and Dong, Junyu and Zheng, Haiyong},
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
year={2022},
publisher={IEEE}
}
@InProceedings{Guo_2021_ICCV,
author = {Guo, Zonghui and Guo, Dongsheng and Zheng, Haiyong and Gu, Zhaorui and Zheng, Bing and Dong, Junyu},
title = {Image Harmonization With Transformer},
Expand Down
13 changes: 6 additions & 7 deletions beyond/enhancement/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,11 @@ If you use this code for your research, please cite our papers.


```
@InProceedings{Guo_2021_ICCV,
author = {Guo, Zonghui and Guo, Dongsheng and Zheng, Haiyong and Gu, Zhaorui and Zheng, Bing and Dong, Junyu},
title = {Image Harmonization With Transformer},
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
month = {October},
year = {2021},
pages = {14870-14879}
@article{guo2022transformer,
title={Transformer for Image Harmonization and Beyond},
author={Guo, Zonghui and Gu, Zhaorui and Zheng, Bing and Dong, Junyu and Zheng, Haiyong},
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
year={2022},
publisher={IEEE}
}
```
13 changes: 6 additions & 7 deletions beyond/inpainting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,11 @@ If you use this code for your research, please cite our papers.


```
@InProceedings{Guo_2021_ICCV,
author = {Guo, Zonghui and Guo, Dongsheng and Zheng, Haiyong and Gu, Zhaorui and Zheng, Bing and Dong, Junyu},
title = {Image Harmonization With Transformer},
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
month = {October},
year = {2021},
pages = {14870-14879}
@article{guo2022transformer,
title={Transformer for Image Harmonization and Beyond},
author={Guo, Zonghui and Gu, Zhaorui and Zheng, Bing and Dong, Junyu and Zheng, Haiyong},
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
year={2022},
publisher={IEEE}
}
```
13 changes: 6 additions & 7 deletions beyond/relighting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@ If you use this code for your research, please cite our papers.


```
@InProceedings{Guo_2021_ICCV,
author = {Guo, Zonghui and Guo, Dongsheng and Zheng, Haiyong and Gu, Zhaorui and Zheng, Bing and Dong, Junyu},
title = {Image Harmonization With Transformer},
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
month = {October},
year = {2021},
pages = {14870-14879}
@article{guo2022transformer,
title={Transformer for Image Harmonization and Beyond},
author={Guo, Zonghui and Gu, Zhaorui and Zheng, Bing and Dong, Junyu and Zheng, Haiyong},
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
year={2022},
publisher={IEEE}
}
```
13 changes: 6 additions & 7 deletions beyond/white_balance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@ CUDA_VISIBLE_DEVICES=0 python test.py --model ht --tr_r_enc_head 2 --tr_r_enc_la
If you use this code for your research, please cite our papers.

```
@InProceedings{Guo_2021_ICCV,
author = {Guo, Zonghui and Guo, Dongsheng and Zheng, Haiyong and Gu, Zhaorui and Zheng, Bing and Dong, Junyu},
title = {Image Harmonization With Transformer},
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
month = {October},
year = {2021},
pages = {14870-14879}
@article{guo2022transformer,
title={Transformer for Image Harmonization and Beyond},
author={Guo, Zonghui and Gu, Zhaorui and Zheng, Bing and Dong, Junyu and Zheng, Haiyong},
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
year={2022},
publisher={IEEE}
}
```

Expand Down

0 comments on commit d8430b5

Please sign in to comment.