A toolkit for non-programmer to wrangle the motion data measured by 3D motion analyzer
Project description
humo
A toolkit for non-programmer to wrangle the motion data measured by 3D motion analyzer
Description
A toolkit for non-programmer to wrangle the motion data measured by 3D motion analyzer
DEMO:
Features
- Intuitive operability
- Seamlessly from data shaping to analysis
For more information, see humo -HP.
Requirement
- numpy
- scipy
- pandas
- matplotlib
Usage
quick start
import humo
# loading data and making humo object
data = humo.dataIO.load_data() # open pkl file
cfg = humo.dataIO.load_cfg() # open cfg.json
obj = humo.motion.CoreMain(data, cfg) # make humo object
# get right shoulder angle
Rsho = obj.getJointAngle("Rshoulder")
# get multi data
shoulder = obj.getJointAngle(["Rshoulder","Lshoulder"])
shoulder.Lshoulder # getting Lshoulder angle
shoulder.Lshoulder.x # getting Lshoulder x axis angle
Installation
pip install humo
Anything Else
The pickle data needed to create a humo object is created from a csv file. By converting it to a pickle file, very fast data loading can be achieved.
import humo
# Procedure to convert csv file to pkl file
c2p = humo.Preprocess.convert2pkl() # opening csv file
c2p.datacleansing() # cleansing csv data
c2p.convert2pkl() # save csv file as pkl file
Author
License
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 Distributions
Built Distribution
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 humo-1.5.1.40-py3-none-any.whl.
File metadata
- Download URL: humo-1.5.1.40-py3-none-any.whl
- Upload date:
- Size: 150.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0.post20210125 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8a417af8cd8a4ace03d9043f36096753fde45cfe832f057c6f0d77073c72300
|
|
| MD5 |
b8dd5563aac3e70c051c1f57d70756a7
|
|
| BLAKE2b-256 |
6741d1b5eb8108f585d9a90ba2760946c0e126bacca096a2c7f947e135913923
|