lin-tianyu / Stable-Diffusion-Seg

[MICCAI 2024] Codebase for "Stable Diffusion Segmentation for Biomedical Images with Single-step Reverse Process"
https://lin-tianyu.github.io/Stable-Diffusion-Seg/
Other
64 stars 6 forks source link

refuge2 #18

Open 1390806607 opened 1 week ago

1390806607 commented 1 week ago

@lin-tianyu Hi, would you like to share the code for the refuge2 preprocessing part? I can't find the code for the preprocessing part

lin-tianyu commented 1 week ago

Hi, as the README says, the preprocessing code is provided here: https://github.com/HzFu/MNet_DeepCDR Take a look at their repo/paper and you'll know how to preprocess, thank you!

lin-tianyu commented 1 week ago

You need to modify this specific file for preprocessing: https://github.com/HzFu/MNet_DeepCDR/blob/master/mnet_deep_cdr/Step_1_Disc_Crop.py

1390806607 commented 1 week ago

thanks