Skip to content

Files

Latest commit

4d49755 · Oct 21, 2024

History

History
This branch is 3 commits ahead of, 136 commits behind Project-MONAI/MONAI:dev.

monai

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 24, 2023
Jul 12, 2024
Jul 12, 2024
May 8, 2024
Aug 31, 2023
Jan 20, 2023
Jul 16, 2024
Jan 19, 2024
May 8, 2024
Feb 5, 2024
Nov 27, 2023
Jun 29, 2024
Jun 25, 2024
May 27, 2024
Jul 6, 2024
Oct 21, 2024
Jul 14, 2024
May 17, 2024
Aug 26, 2022
Jul 12, 2024
Nov 1, 2022
Jun 26, 2020

MONAI

  • apps: high level medical domain specific deep learning applications.

  • auto3dseg: automated machine learning (AutoML) components for volumetric image analysis.

  • bundle: components to build the portable self-descriptive model bundle.

  • config: for system configuration and diagnostic output.

  • csrc: for C++/CUDA extensions.

  • data: for the datasets, readers/writers, and synthetic data.

  • engines: engine-derived classes for extending Ignite behaviour.

  • fl: federated learning components to allow pipeline integration with any federated learning framework.

  • handlers: defines handlers for implementing functionality at various stages in the training process.

  • inferers: defines model inference methods.

  • losses: classes defining loss functions, which follow the pattern of torch.nn.modules.loss.

  • metrics: defines metric tracking types.

  • networks: contains network definitions, component definitions, and Pytorch specific utilities.

  • optimizers: classes defining optimizers, which follow the pattern of torch.optim.

  • transforms: defines data transforms for preprocessing and postprocessing.

  • utils: generic utilities intended to be implemented in pure Python or using Numpy, and not with Pytorch, such as namespace aliasing, auto module loading.

  • visualize: utilities for data visualization.

  • _extensions: C++/CUDA extensions to be loaded in a just-in-time manner using torch.utils.cpp_extension.load.