https://github.com/tucan9389/rehapp
https://github.com/tucan9389/rehapp
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tucan9389/rehapp
- Owner: tucan9389
- License: gpl-2.0
- Created: 2019-05-27T06:45:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-09T06:15:46.000Z (almost 4 years ago)
- Last Synced: 2025-02-09T09:13:31.523Z (8 months ago)
- Size: 841 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReHApp
This project help rehabilitation treatment with only a mobile device.
## Approach
### 1. Train the pose estimation model
- [tucan9389/tf2-mobile-pose-estimation](https://github.com/tucan9389/tf2-mobile-pose-estimation)
- [tucan9389/keras-mobile-pose-estimation](https://github.com/tucan9389/keras-mobile-pose-estimation)### 2. Convert the model for mobile
#### TFLite
[](https://images.app.goo.gl/35u8ruBi1knuLr957)
#### CoreML
> Preparing...
### 3. Inference the tflite model on mobile device using GPU
- [koomg9599/BodyPoseEstimationAndroid](https://github.com/koomg9599/BodyPoseEstimationAndroid) repo for android application project
- [tucan9389/PoseEstimation-CoreML](https://github.com/tucan9389/PoseEstimation-CoreML) repo for iOS application project## Related works
### Machine learning repository
- https://github.com/tucan9389/tf2-mobile-pose-estimation### Mobile applicaiton repository
- https://github.com/koomg9599/BodyPoseEstimationAndroid
- https://github.com/tucan9389/PoseEstimation-CoreML