Motion classification from IMU accelerometry using Hidden Markov Model.
Install micromamba or mamba as the package manager. To install micromamba, refer to the installation guide
To install the classifier:
- Clone the repo
git clone https://github.com/fyng/hmm_accemerometry.git
cd hmm_accelerometry
- Create virtual environment
micromamba env create -f environment.yml
micromamba activate hmm
- Install the model
pip install .
- Run the model
In
demo.ipynb
, update the directory of the test folder. Then run all cells.
ECE 5242 - Intelligent Autonomous Systems taught by Prof Daniel Lee & Travers Rhodes