Skip to content

Faster data loading #34

@alexander-koch

Description

@alexander-koch

One of the bottlenecks currently is the data loading. Most of the time is spent on loading the data and applying the collate function. Speedup methods should be tested like preloading, the collate function should be made more efficient.
Libraries like ANTsPy claim:

ANTsPy includes blazing-fast IO (~40% faster than nibabel for loading Nifti images and converting them to numpy arrays)"

Replacing nilearn/nibabel by ANTsPy for loading images could potentially solve one of the issues to some extent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions