daviddmc / NeSVoR

NeSVoR is a package for GPU-accelerated slice-to-volume reconstruction.
MIT License
69 stars 16 forks source link

Can the overall method be applied to different medical images? #2

Closed chokevin8 closed 1 year ago

chokevin8 commented 1 year ago

As the title suggests, I'm wondering if the model could be fine-tuned for different types of medical images. Can it be applied to larger, RGB images like H&E images? To my knowledge 2D H&E slices are much bigger than 2D MRI slices. Thanks!

daviddmc commented 1 year ago

Hi, the INR method can be generalized to handle RGB images. However, the current codebase only takes greyscale nii data as input, so you might need to write your own io module. Also, the forward model/PSF might be different.