alexzhou907
commited on
Commit
•
daa4e80
1
Parent(s):
bd0f137
Update README.md
Browse files
README.md
CHANGED
@@ -5,12 +5,21 @@ license: mit
|
|
5 |
|
6 |
This repo contains checkpoints from [Denoising Diffusion Bridge Models \(DDBM\)](https://arxiv.org/abs/2309.16948).
|
7 |
|
|
|
|
|
|
|
|
|
|
|
8 |
We provide here pretrained checkpoints for the image-to-image translation experiments conducted in the paper.
|
9 |
- DDBM trained on [Edges2Handbags](https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/blob/master/docs/datasets.md) using Variance-Preserving (VP) schedule
|
10 |
- DDBM trained on [DIODE](https://diode-dataset.org/) using Variance-Preserving (VP) schedule
|
11 |
-
|
|
|
12 |
|
13 |
# Datasets
|
14 |
|
15 |
Please follow the provided links above to download respective datasets.
|
16 |
|
|
|
|
|
|
|
|
5 |
|
6 |
This repo contains checkpoints from [Denoising Diffusion Bridge Models \(DDBM\)](https://arxiv.org/abs/2309.16948).
|
7 |
|
8 |
+
<p align="center">
|
9 |
+
<img src="assets/DDBM_teaser.png" width="100%"/>
|
10 |
+
</p>
|
11 |
+
|
12 |
+
|
13 |
We provide here pretrained checkpoints for the image-to-image translation experiments conducted in the paper.
|
14 |
- DDBM trained on [Edges2Handbags](https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/blob/master/docs/datasets.md) using Variance-Preserving (VP) schedule
|
15 |
- DDBM trained on [DIODE](https://diode-dataset.org/) using Variance-Preserving (VP) schedule
|
16 |
+
- Reference statistics for Edges2Handbags
|
17 |
+
- Reference statistics for DIODE
|
18 |
|
19 |
# Datasets
|
20 |
|
21 |
Please follow the provided links above to download respective datasets.
|
22 |
|
23 |
+
# Evaluation
|
24 |
+
|
25 |
+
We provide the reference statistics. For evaluation against the reference stats, please follow the repo [here](https://github.com/alexzhou907/DDBM)
|