alexzhou907 commited on
Commit
ecb56e8
1 Parent(s): 203e920

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -1,11 +1,16 @@
1
  ---
2
  license: mit
3
  ---
 
4
 
5
- # [Denoising Diffusion Bridge Models]()
6
 
7
  We provide here pretrained checkpoints for the image-to-image translation experiments conducted in the paper.
 
 
8
 
9
- ## Edges \\(\rightarrow\\) Handbags
10
 
11
- ## DIODE
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+ # Overview
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
+