Skip to content

Commit

Permalink
uddate
Browse files Browse the repository at this point in the history
  • Loading branch information
UdonDa committed Sep 29, 2023
1 parent b8a7c60 commit 24a6a29
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
# A Structure-Guided Diffusion Model for Large-Hole Image Completion
# SGDM (BMVC2023)
<a href='https://arxiv.org/abs/2211.10437'><img src='https://img.shields.io/badge/ArXiv-PDF-red'></a> &nbsp;
<a href='https://udonda.github.io/Structure_Guided_Diffusion_Model/'><img src='https://img.shields.io/badge/Project-Page-Green'></a> &nbsp;
![Overview](static/images/teaser.png)
The official PyTorch implementation for the following paper:
> [**A Structure-Guided Diffusion Model for Large-Hole Image Completion**](https://arxiv.org/abs/2211.10437),
> Daichi Horita, Jiaolong Yang, Dong Chen, Yuki Koyama, Kiyoharu Aizawa, Nicu Sebe
> *BMVC 2023*
## TODO
- [ ] Add project page
# TODO
- [x] Add project page
- [ ] Add pretrained models
- [ ] Add training code
- [ ] Add evaluation code
- [ ] Add dataset split


```

# Citation
If you find our work useful for your research, please consider citing our paper:
```bibtex
@inproceedings{horita2023structureguided
title={A Structure-Guided Diffusion Model for Large-Hole Image Completion},
author={Daichi Horita and Jiaolong Yang and Dong Chen and Yuki Koyama and Kiyoharu Aizawa and Nicu Sebe},
Expand Down

0 comments on commit 24a6a29

Please sign in to comment.