kbressem / faimed3d

Extension to fastai for volumetric medical data
MIT License
32 stars 14 forks source link

Implement 4D support #24

Closed kbressem closed 3 years ago

kbressem commented 3 years ago

Create class to automatically matches spacing, resolution and orientation of multiple 3D images.

review-notebook-app[bot] commented 3 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

kbressem commented 3 years ago

Motivation Most 3D radiology data consists out of multiple sequences and partial information from all sequences is needed to make the final diagnosis. Models should be able to process multiple 3D sequences (4D input) to have access to all the information. Technical assistants sometimes vary the angulation, direction or FOV of an sequence, especially in MRI. This mean, simply stacking 3D volumes on top of each other, is not a good solution, as this will lead to misplacement of voxels in the physical space.

proposed solution