Skip to main content

Continuous Activity Recognition Metrics based on (Ward et al, 2011)

Project description

armetrics

Ongoing work...

Python implementation of some metrics proposed in:

J. A. Ward, P. Lukowicz, and H. W. Gellersen, “Performance Metrics for Activity Recognition,” ACM Trans. Intell. Syst. Technol., vol. 2, no. 1, p. 6:1–6:23, Jan. 2011.

Installation

This system has been developed for a Linux environment.

System-wide installation

sudo pip3 install armetrics

Single-user installation

pip3 install --user armetrics

Virtualenv installation (recommended)

pipenv install armetrics

Uninstallation

[sudo] pip3 uninstall armetrics

Update

System-wide update

sudo pip3 install -U armetrics

Single-user update (recommended)

pip3 install --user -U armetrics

Usage

There are three examples in the repo (that should be improved)

Development

Install locally from source (source directory will immediately affect the installed package without needing to re-install):

pip3 install --user --editable .

Update version at setup.py and then create a source distribution

python3 setup.py sdist bdist_wheel

Upload to PyPI

twine upload dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

armetrics-0.1.14.tar.gz (11.0 kB view hashes)

Uploaded Source

Built Distribution

armetrics-0.1.14-py3-none-any.whl (11.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page