Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klarh/symmys
Python library to analyze symmetries of point clouds
https://github.com/klarh/symmys
Last synced: 9 days ago
JSON representation
Python library to analyze symmetries of point clouds
- Host: GitHub
- URL: https://github.com/klarh/symmys
- Owner: klarh
- License: mit
- Created: 2020-05-29T15:01:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-29T17:51:05.000Z (over 4 years ago)
- Last Synced: 2024-11-06T17:57:50.425Z (about 2 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
`symmys` is an in-development library for performing symmetry
detection and related tasks using tensorflow. Currently it attempts to
identify rotation transformations that leave a given point cloud
unchanged and distills these rotations into a set of n-fold symmetric
axes.## Documentation
Browse more detailed documentation
[online](https://symmys.readthedocs.io) or build the sphinx
documentation from source:```
git clone https://github.com/klarh/symmys
cd symmys/doc
pip install -r requirements.txt
make html
```