MedSegDiff icon indicating copy to clipboard operation
MedSegDiff copied to clipboard

Medical Image Segmentation with Diffusion Model

Results 117 MedSegDiff issues
Sort by recently updated
recently updated
newest added

WARNING:root:Setting up a new session... [W socket.cpp:697] [c10d] The client socket has failed to connect to [DESKTOP-BP72V]:55472 (system error: 10049 - �����������У�������ĵ�ַ��Ч��). when i run the model on my own...

I want to know which part of the code the image size is in. image_size is 256, but the image size in the downloaded ISCI data set is 1022*767. Where...

22/5000 Where exactly is the code of SS-former embodied

First of all, I want to express my sincere gratitude for your remarkable work. I am particularly interested in the dynamic conditional encoding and FF-parser mentioned in your V1 version....

How long will you use to train the model? I use single RTX3080Ti and it have taken about 4 days for 100k iterations ,but the training model keeps running.

There are three types of parameter files after training, which should I ues to sample? ![Uploading 微信图片_20240604160724.png…]()

I have tried to run the given script following instructions on MICCAI_BraTS2020_TrainingData but get a segmentation of the whole brain rather than the ground truth tumor. The first image is...

![image](https://github.com/KidsWithTokens/MedSegDiff/assets/92247337/07ab8046-b7ee-41a6-b6d9-00c3b6078b6c) Hello, I have run train.py, but I don't quite understand the meaning of these losses respectively, and why there are so many losses, it seems that there are not...

Command used: `python scripts/segmentation_train.py --version 1 --data_name ISIC --data_dir $train_data_dir --out_dir $train_output_dir --image_size 256 --num_channels 128 --class_cond False --num_res_blocks 2 --num_heads 1 --learn_sigma True --use_scale_shift_norm False --attention_resolutions 16 --diffusion_steps 1000...