File size: 916 Bytes
cc6b2ed
 
 
ecb56e8
252757a
ecb56e8
252757a
daa4e80
 
 
 
 
3e9da06
ecb56e8
 
daa4e80
 
3e9da06
ecb56e8
 
 
 
daa4e80
 
f1717e8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
license: mit
---
# Overview

This repo contains checkpoints from [Denoising Diffusion Bridge Models \(DDBM\)](https://arxiv.org/abs/2309.16948).

<p align="center">
  <img src="assets/DDBM_teaser.png" width="100%"/>
</p>


We provide here pretrained checkpoints for the image-to-image translation experiments conducted in the paper.
- DDBM trained on [Edges2Handbags](https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix/blob/master/docs/datasets.md) using Variance-Preserving (VP) schedule
- DDBM trained on [DIODE](https://diode-dataset.org/) using Variance-Preserving (VP) schedule
- Reference statistics for Edges2Handbags
- Reference statistics for DIODE

# Datasets

Please follow the provided links above to download respective datasets.

# Evaluation

We provide the reference statistics. For evaluation against the reference stats, please follow the repo [here](https://github.com/alexzhou907/DDBM).