A torchio extension for shape processing
Project description
Medical Shape
A torchio
extension for shapes and their processing.
Usage
medical_shape
provides 3 major classes for usage:
Shape
Shape
is a subclass from torchio.data.Image
. It stores arbitrary pointclouds together with their descriptions and an associated affine matrix.
The pointclouds are stored as 2D torch.Tensor
in the form NxD where N is the number of points and D is the dimensionality of points (usually D=3).
ShapeSupportSubject
The ShapeSupportSubject
is an extension of torchio.data.Subject
to allow the inclusion of Shape
-type objects into the subject. It should be used instead of torchio.data.Subject
,
whenever a shape is included and is also safe to use without a shape (will behave exactly like torchio.data.Subject
in that case) as shapes often require special handling.
TransformShapeValidationMixin
This class is a transformation mixin to allow checks whether shape-support is required and to raise warnings if the incorrect Subject-type was used.
All transformations supporting shapes should inherit from it (and as it is derived from torchio.transforms.Transform
, it is also safe to use this class as a standalone baseclass).
Installation
This project can be installed either from PyPI or by cloning the repository from GitHub.
For an install of published packages, use the command
pip install medical-shape
To install from the (cloned) repository, use the command
pip install PATH/TO/medical-shape
You can also add -e to the command to make an editable install in case you want to modify the code.
You can also install the package directly from GitHub by running
pip install git+https://github.com/justusschock/medical-shape.git
Docker Images
We provide a docker image for easy usage of the package and as a base image for other projects.
The file for this image can be found at dockers/Dockerfile. We provide both, a CPU-only and a CUDA-enabled image based on the NVIDIA NGC PyTorch image. These images can be found on DockerHub.
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
Built Distribution
Hashes for medical_shape-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef82d80ce9178a1a1e030f2595ce5b39a9695502569d7993ce63f61a336ff0e5 |
|
MD5 | 0e77913dbd5b17bb09d38d4ce8cd4af0 |
|
BLAKE2b-256 | ab2507a66e411a139da081ff39b64f7a0791374547a831999c972ea93b2725b7 |