Coriander-Analytics / Movement-estimation

Experimentation in building a movement-estimation interface that classifies human whole-body movements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

body-movement-estimation

GitHub repo size GitHub contributors GitHub stars GitHub forks

Our movement estimation interface allows users to perform classifications on human body movement data using a standard desktop webcamera.

Technologies used

Python, JavaScript, C++, Arduino & Arduino Cam, and OpenCV

Prerequisites

Before you begin, ensure you have met the following requirements:

Contributing to Movement-estimation

To contribute to <project_name>, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request.

Contributors

Thanks to the following people who have contributed to this project:

Contact

If you wish to contact us you can reach us at tasha_kim@brown.edu and jatrindo@gmail.com.

License

This project uses the following license: <license_name>.

Log

07/01: Use Posenet to output array of body-part coordinates.

07/02: Confirmed method of logging Posenet data to a csv file, + time coordinates.

07/03: Made organization repository and made two separate forks on our own GitHub accounts.

07/04: Finished JavaScript script that extracts relevant data from web browser running Posenet.

07/06: Completed data pipeline using R. Plotted some movement data.

07/07: Updated the p5 web editor script, runs in browser. Next goal: Algos.

07/12~: Performing EDA on pose_class_data.

About

Experimentation in building a movement-estimation interface that classifies human whole-body movements

License:MIT License


Languages

Language:C++ 44.5%Language:Python 30.9%Language:HTML 22.8%Language:JavaScript 1.9%