A generic Acclaim motion capture data (AMC/ASF) parser.
Project description
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')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyacclaim-0.0.1.tar.gz.
File metadata
- Download URL: pyacclaim-0.0.1.tar.gz
- Upload date:
- Size: 738.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
daf19671e16bfd73b1a4a946fcc9d972f0bd0fd01d5b6ef46f816d1fddf6d8a5
|
|
| MD5 |
6a7a3f8f98b546ef445c6ea039cd8c73
|
|
| BLAKE2b-256 |
395ce629ee56020dab7456f35b6a0b9db04606db7a25dc51deae823cc5682d0b
|
File details
Details for the file pyacclaim-0.0.1-py3.9.egg.
File metadata
- Download URL: pyacclaim-0.0.1-py3.9.egg
- Upload date:
- Size: 10.0 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d18e99c90ef09014ad7cb1b339b6d374ba732a55d84d71d0efe6e87866ec1a6
|
|
| MD5 |
59e5ca7190bd5eef9d79b7299d087b93
|
|
| BLAKE2b-256 |
df1c3221c9cec2b87de6ec7206312a9c1fd99b927dbbb93c7098a70eab04996e
|
File details
Details for the file pyacclaim-0.0.1-py3-none-any.whl.
File metadata
- Download URL: pyacclaim-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
629ea1a11dfc72fe54c96b1afdebd9748e2bdc4ac7168175a7399e43e3617f9c
|
|
| MD5 |
d9681729ece727762b12bd7aeb51acbd
|
|
| BLAKE2b-256 |
6a1d6ab41c6605e5bbd1ba1e1c27e3f895783aa44567d6aeda93820a2e10d260
|