shaoyanpan / 2D-Medical-Denoising-Diffusion-Probabilistic-Model-

This is the repository for the paper "2D Medical Image Synthesis Using Transformer-based Denoising Diffusion Probabilistic Model".
https://iopscience.iop.org/article/10.1088/1361-6560/acca5c
MIT License
36 stars 11 forks source link

图片标注如何产生 #11

Open nchzzDFTBA opened 8 months ago

nchzzDFTBA commented 8 months ago

模型结果只有输出的图片,请问做分割任务时如何获得mask?

shaoyanpan commented 8 months ago

这个diffusion只能产生图像,如果你要做一个 同时产生mask和图像的 ddpm, 我建议是你把你已有的mask 和 我们现在的 input concat 在一起,然后diffusion会产生对应mask的图像