fall-detection icon indicating copy to clipboard operation
fall-detection copied to clipboard

move fall detection library out of ambianic-edge into independent pypi package

Open ivelin opened this issue 4 years ago • 2 comments

Pull fall detection code out of ambianic-edge into this standalone repo as an independent python library. The goal is to allow data scientists to use, collaborate and improve people the fall detection ML model independently of ambianic deployments.

ivelin avatar Dec 31 '20 19:12 ivelin

The repo should follow best practices for standalone ML repos and include:

  • Python source code and wheel package published on PyPi
  • Jupyter notebook for live demo and interaction with the model.
  • Usage documentation for data scientists and app developers
  • CI & test suite
  • Training and testing data sets
  • Third party ML models used as building blocks

Several references for ML github repos:

  • https://github.com/tensorflow/tfjs-models/tree/master/posenet
  • https://github.com/xingyizhou/CenterNet

A best practice blog post:

Related work - fall detection using pose estimates:

  • https://github.com/cwlroda/falldetection_openpifpaf
  • https://towardsdatascience.com/fall-detection-using-pose-estimation-a8f7fd77081d

ivelin avatar Dec 31 '20 19:12 ivelin

Yes...sure @ivelin, will do this.

bhavikapanara avatar Jan 01 '21 17:01 bhavikapanara