Open
Description
Hi Nibabel maintainers,
This is Yiheng Wang from NVIDIA, I did some research on how to use Kvikio + Nibabel to load .nii
images into GPU directly, it helps accelerate the loading time especially on large (100MB+) images.
A solution is confirmed work:
- using kvikio to load .nii file as bytes from disk into gpu
- using nibabel to load headers of the file from disk into cpu
- parse bytes according to headers.
Related discussion:
#1385
In the Kvikio side, I already added a related tutorial: https://github.com/rapidsai/kvikio/blob/branch-25.04/notebooks/medical_nifti_image_loading_example.ipynb
I'm wondering if it can be a feature directly in nibabel
repo. What do you think?
Metadata
Metadata
Assignees
Labels
No labels