Skip to main content

This packages mainly aims to make an easy process for dataset manipulation.

Project description

moclaphar

Motion Classification Human Activity Recognition Helper Package

Usage

dataset

HDF5Generator

from moclaphar.dataset.hdf5generator import HDF5Generator

dataset = HDF5Generator("/dataset/path", "training")

dataset.data['training_data']
dataset.data['training_label']

make_training_data

from moclaphar.dataset.dataset import make_training_data

make_training_data(data_root="/annotated/data/root/dir/",
                   save_root="/dir/to/store/hdf5/files",
                   window_size=300, stride=90, chunk_size=100)

annotator

run_annotator

from moclaphar.annotator import run_annotator

run_annotator("/video/file/path/", "/data/file/path/csv/or/mat/", vw=1024)

or

from moclaphar.annotator import run_annotator

run_annotator("", "", vw=1024)

The file selector dialogue will prompt.

Getting started

pip install

pip install moclaphar

Environments

  • Python 3.6

Dependencies

pip install -r requirements.txt

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

moclaphar-0.0.22.tar.gz (15.0 kB view hashes)

Uploaded Source

Built Distribution

moclaphar-0.0.22-py3-none-any.whl (18.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