bodokaiser / mrtoct-pytorch

Pytorch model for MRI to CT synthesis.
https://arxiv.org/abs/1901.05259
24 stars 5 forks source link

Pre-trained model #2

Open plbenveniste opened 1 year ago

plbenveniste commented 1 year ago

Hi @bodokaiser! I am interested in testing your model and fine-tuning it on another dataset. Would it be possible to get a pre-trained model? Sincerely,

bodokaiser commented 1 year ago

Hi @plbenveniste,

I am not sure if I have had any model weights for the pytorch vision (it has been a long time since I was working on this). I think the best you can do is check the tensorflow repository or try to preprocess the dataset yourself.

Good Luck!