yandex-research / ddpm-segmentation

Label-Efficient Semantic Segmentation with Diffusion Models (ICLR'2022)
https://yandex-research.github.io/ddpm-segmentation/
MIT License
662 stars 60 forks source link

DDPM-based segmentation trained on synthetic images #23

Closed Ghy1209 closed 1 year ago

Ghy1209 commented 1 year ago

Hi! Thanks for your working and sharing. I want to know the way of the DDPM method trained on DDPM-produced data and GAN-produced data. Thank you!

dbaranchuk commented 1 year ago

Hey, do you mean the experiment in the table 3?

We generated the same nb of random samples with DDPM or GAN for training. Then, we annotated them and repeated the experiments in the same way as for the real data.

Ghy1209 commented 1 year ago

Hi, can you give me the code of those experiments? Thank you very much! I am the freshman so i am not very good at it.