DTC icon indicating copy to clipboard operation
DTC copied to clipboard

Semi-supervised Medical Image Segmentation through Dual-task Consistency

Results 10 DTC issues
Sort by recently updated
recently updated
newest added

Hi, Does your code work on multi-label data? Thank you in advance :)

Hi authors, Thanks for your great work! I'm trying to understand your code and I found it difficult to comprehend the training process. Can you help me pinpoint where the...

can you provide the code for processing pancreas? thanks

What does the 150 mean here? Did you find that value by trial and error or does one epoch consist of 150 iterations? I assume, that the value should be...

hi, I want to train the models with my own dataset,How can I achieve this objective?

https://github.com/HiLab-git/DTC/blob/2525b9ccba84d7872fe22328b8b3298e7eafdc12/code/train_la_dtc.py#L185 I found you set k=1500 in DTC paper and actually k=-1500 in this code. Is there anything I haven't noticed ?

Hello, is it okay for me to train a liver dataset with this code? I lose drops when training but DICE barely when testing

Hello, I read your paper - excellent work. I attempted to reproduce your method and also achieved good results. However, I noticed that your publicly available code does not include...