You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Nibabel maintainers, 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
Hi Nibabel maintainers, 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:
Welcome to discuss it, thanks in advance!
Related discussion:
#1385
Related trial based on Nibabel + Kvikio in a draft PR in MONAI:
Project-MONAI/MONAI#8188
The text was updated successfully, but these errors were encountered: