Last updated:
0 purchases
polyrus 0.0.1
polyrus
Polyrus: Utility library for geometric deep learning
polyrus is a Python library that implements multiple functionalities regarding 3-dimensional data structures.
As of now it's meant for:
3D data preprocessing for deep learning on manifolds
visualizing results
implementing new algorithms based on commonly used ones
computing common metrics
Installation
Install the latest Polyrus version with:
pip install polyrus
Install Polyrus with all optional dependencies.
pip install 'polyrus[all]'
Install Polyrus with a subset of all optional dependencies.
pip install 'polyrus[dev]'
To see the current Polyrus version in use, run:
import polyrus
polyrus.__version__
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.