junyuchen245 / TransMorph_Transformer_for_Medical_Image_Registration

TransMorph: Transformer for Unsupervised Medical Image Registration (PyTorch)
MIT License
446 stars 76 forks source link

Transmorph paper #28

Closed kiwibruyant closed 2 years ago

kiwibruyant commented 2 years ago

Hello,

I'm wondering what is the library used in the paper to display the Dice scores as box plots in the result part. And is it possible to get a code snippet ?

Thanks in advance

junyuchen245 commented 2 years ago

Hi @kiwibruyant ,

Please check out this script for the plots: https://github.com/junyuchen245/TransMorph_Transformer_for_Medical_Image_Registration/blob/main/IXI/analysis.py

Junyu