PyAcclaim - ASF/AMC motion data parser without hardcoding
Acclaim Motion Capture (AMC) data is a data format for storing motion capture data. While widely adopted by various motion capture systems including the Vicon motion capture systems, it appears that the existing AMC data parsers in Python involve some level of hardcoding (e.g. assumption on the order of keywords or sections). PyAcclaim aims to solve this issue through a more generic implementation, free of assumptions, such that broader variants of AMC file formats can be read without a problem.
Installation
pip install pyacclaim
Additionally, if you wish to use the viewer, please install open3d:
pip install open3d
Usage
from pyacclaim import loadASF, loadAMC
asf = loadASF('test.asf')
amc = loadAMC(asf, 'test.amc')
Release files for pyacclaim 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyacclaim-0.0.1.tar.gz | 738.7 kB | Details |
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyacclaim-0.0.1-py3.9.egg | Legacy Egg format | - | - | Details |
| pyacclaim-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 754.7 kB
Release files / pyacclaim-0.0.1.tar.gz
| Download URL | pyacclaim-0.0.1.tar.gz |
|---|---|
| Size | 738.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
daf19671e16bfd73b1a4a946fcc9d972f0bd0fd01d5b6ef46f816d1fddf6d8a5
|
|
BLAKE2b-256 checksum How to use checksums |
395ce629ee56020dab7456f35b6a0b9db04606db7a25dc51deae823cc5682d0b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.16
|
Release files / pyacclaim-0.0.1-py3.9.egg
| Download URL | pyacclaim-0.0.1-py3.9.egg |
|---|---|
| Size | 10.0 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
2d18e99c90ef09014ad7cb1b339b6d374ba732a55d84d71d0efe6e87866ec1a6
|
|
BLAKE2b-256 checksum How to use checksums |
df1c3221c9cec2b87de6ec7206312a9c1fd99b927dbbb93c7098a70eab04996e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.16
|
Release files / pyacclaim-0.0.1-py3-none-any.whl
| Download URL | pyacclaim-0.0.1-py3-none-any.whl |
|---|---|
| Size | 6.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
629ea1a11dfc72fe54c96b1afdebd9748e2bdc4ac7168175a7399e43e3617f9c
|
|
BLAKE2b-256 checksum How to use checksums |
6a1d6ab41c6605e5bbd1ba1e1c27e3f895783aa44567d6aeda93820a2e10d260
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.16
|