ambianic / fall-detection

Python ML library for people fall detection
Apache License 2.0
83 stars 16 forks source link

Publish pose-detection as a standalone repo and pypi package #21

Open ivelin opened 3 years ago

ivelin commented 3 years ago

Is your feature request related to a problem? Please describe. Looking at Pypi and searching on google, I could not find a python version of the TFJS pose-detection API.

There are several pose estimation models (tf-pose) on github and pypi that are not optimized for running tflite on edge devices (such as RPI) with CPU only (no GPU) and do not seem to be actively maintained.

Describe the solution you'd like Let's extract the pose detection part into its own repo and pypi package and offer it to the broader community for collaboration.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.