-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
760f58c
commit 277c3e6
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,22 @@ | ||
# DAVI-project | ||
|
||
This repository contains the source code for the [DAVI project page](https://mlvlab.github.io/DAVI-project). | ||
|
||
If you find DAVI useful for your work, please cite: | ||
|
||
|
||
``` | ||
@article{lee2024diffusion, | ||
title={Diffusion Prior-Based Amortized Variational Inference for Noisy Inverse Problems}, | ||
author={Lee, Sojin and Park, Dogyun and Kong, Inho and Kim, Hyunwoo J}, | ||
journal={arXiv preprint arXiv:2407.16125}, | ||
year={2024} | ||
} | ||
``` | ||
|
||
# Website License | ||
|
||
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>. | ||
|
||
We adapted the source code of <a href="https://github.com/nerfies/nerfies.github.io">nerfies</a>. | ||
You are free to use this code, but we just ask that you include a link back to <a href="https://github.com/nerfies/nerfies.github.io">nerfies</a> and <a href="https://mlvlab.github.io/DAVI-project">DAVI</a> in the footer. |