volumentations

Python library for 3d data augmentaiton. Hard fork from alumentations

Features

  • Augmentations library for point clouds using minimum dependencies;

  • Can work wth points and noramls;

  • All features of albumentaitons like serializations and core components.

Project info

Installation

You can use pip to install volumentations:

pip install volumentations

If you want to get the latest version of the code before it is released on PyPI you can install the library from GitHub:

pip install -U git+https://github.com/kumuji/volumentations

Demo

You can use this Google Colaboratory notebook to adjust image augmentation parameters and see the resulting images.