geaxgx / depthai_blazepose

MIT License
327 stars 68 forks source link

Add Pose classification #7

Closed Soumi7 closed 3 years ago

Soumi7 commented 3 years ago

Added pose classification to recognize four yoga pose classes :

Try it with :

python3 BlazeposeDepthai.py --pose
geaxgx commented 3 years ago

Thank you for your great contribution @Soumi7 ! Actually I have planned to reorganize this repo soon. I want to organize it like this repo: https://github.com/geaxgx/depthai_movenet where the examples are separated from the core function. When it will be done, maybe you could propose a new PR adapted to this new organisation, where your code would be a dedicated example ? Thoughts ?

Soumi7 commented 3 years ago

Sounds good!

Soumi7 commented 3 years ago

Closing this PR here