CSCYQJ / MICCAI23-ProtoContra-SFDA

This is the official code of MICCAI23 paper "Source-Free Domain Adaptation for Medical Image Segmentation via Prototype-Anchored Feature Alignment and Contrastive Learning"
24 stars 6 forks source link

Is the MRI dataset T1 or T2 weighted #16

Closed zheangh closed 6 months ago

zheangh commented 7 months ago

Hello! Thank you for sharing the wonderful work. In your paper, you mention that the MRI volumes are from the 2019 CHAOS Challenge. The MRI in CHAOS has T1DUAL and T2SPIR, and T1DUAL has InPhase and OutPhase. Which one is used in the paper? It seems there are no issues asking this but I am confused about it. Thanks!

derekshiii commented 7 months ago

in the code of the preprocess.ipynb, the author use T2SPIR to conduct this experiment

zheangh commented 6 months ago

@derekshiii Thanks!