Skip to content

xiangyann/openpose_fall_down

Repository files navigation

JSON parser from: https://github.com/udp/json-parser
openpose from: https://github.com/CMU-Perceptual-Computing-Lab/openpose

Functions

Fall detection using a slope algorithm supplementing OpenPose, inspiring(I hope) more work related to this module-like approach.
Compared to other detection methods that employs machine learning out there, this requires far less usage on the already strained system that are running OpenPose.

Compiling

gcc main.c json.c -lm

Usage

Compile openpose to home dir
Copy test to the folder named openpose
Modify main.c to the correct folder pathname
Modify and copy the contents under "run"
cd to openpose
Paste the command

TODO

  1. Bug checks
  2. Check caveats
  3. Remove hardcoded path
  4. Improvise algorithm, maybe replace entire slope method

About

No description, website, or topics provided.

Resources

License

MIT, BSD-2-Clause licenses found

Licenses found

MIT
LICENSE
BSD-2-Clause
LICENSE-jsonparser

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published