Skip to main content

No project description provided

Project description

rising

Project Status Python PyPI Actions Status codecov PyPI - License Chat

:warning: Current release disclaimer :warning:

This is an alpha release which is highly experimental. All transforms should be stable and tested but there might be some bugs.

What is rising?

Rising is a high-performance data loading and augmentation library for 2D and 3D data completely written in PyTorch. Our goal is to provide a seamless integration into the PyTorch Ecosystem without sacrificing usability or features.

Why another framework?

Vanilla PyTorch Albumentations Batchgenerators Kornia DALI rising
3D data augmentation
gradient propagation
augmentation on GPU

What can I do with rising?

Rising currently consists out of two main modules:

rising.loading

Provides classes which can be used to load your data. We provide some baseclasses like the Cachedataset or Lazydataset which can be easily used to load data either from the RAM or hard drive. In contrast to the native PyTorch datasets you don't need to integrate your augmentation into your dataset. Hence, the only perpose of the dataset is to provide an interface to access individual data samples. Our DataLoader is a direct subclass of the PyTorch dataloader and handles the batch assembly and applies the augmentation transformations to whole batches at once. Additionally, there is a container class which can be used to hold multiple datasets at once and thus provides a interface for the entirety of your data (e.g. train/val split or kfold).

rising.transforms

This module implements many augmentation transformations which can be used during training. All of them are implemented directly in PyTorch such that gradients can be propagated through them or augmentations could be computed live on the GPU. Finally, all transforms are implemented for 2D and 3D data.

In the future, support for keypoints and bounding boxes will be added (bounding boxes are suported with an inefficient workaround with segmentations).

Installation

Pypi Installation

pip install rising

Editable Installation for development

git clone git@github.com:PhoenixDL/rising.git
cd rising
pip install -e .

Running tests inside rising directory (top directory not the package directory)

python -m unittest

Project Organization

Issues: If you find any bugs, want some additional features or maybe just a question don't hesitate to open an issue :)

General Project Future: Most of the features and the milestone organisation can be found inside the projects tab. Features which are planned for the next release/milestone are listed unter TODO Next Release while features which are not scheduled yet are under Todo.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rising-0.1.0rc0.tar.gz (73.6 kB view hashes)

Uploaded Source

Built Distribution

rising-0.1.0rc0-py3-none-any.whl (80.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page