https://github.com/tucan9389/fingertipestimation-coreml
Detect fingertip by using machine learning for pose estimation
https://github.com/tucan9389/fingertipestimation-coreml
Last synced: 2 months ago
JSON representation
Detect fingertip by using machine learning for pose estimation
- Host: GitHub
- URL: https://github.com/tucan9389/fingertipestimation-coreml
- Owner: tucan9389
- License: mit
- Created: 2018-08-17T07:53:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-28T16:31:51.000Z (about 7 years ago)
- Last Synced: 2025-02-25T06:24:15.241Z (8 months ago)
- Language: Swift
- Homepage: https://github.com/motlabs/iOS-Proejcts-with-ML-Models
- Size: 19.8 MB
- Stars: 72
- Watchers: 7
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FingertipEstimation-CoreML
Detect fingertip by using machine learning for pose estimation.
‼️ I don't provide core ml model for estimation. You can get model through training with your own dataset. ‼️
## How it works

## Build & Run
### 1. Prerequisites
#### 1.1 Prepare your own Core ML model

#### 1.2 Add permission in info.plist for device's camera access

### 2. Dependencies
No external library yet.
## See also
- [motlabs/iOS-Proejcts-with-ML-Models](https://github.com/motlabs/iOS-Proejcts-with-ML-Models)
: The challenge using machine learning model created from tensorflow on iOS
- [edvardHua/PoseEstimationForMobile](https://github.com/edvardHua/PoseEstimationForMobile)
: TensorFlow project for pose estimation for mobile
- [tucan9389/PoseEstimation-CoreML](tucan9389/PoseEstimation-CoreML)
: Parent project for this repository. You can run with [provided model from PoseEstimationForMobile repo](https://github.com/edvardHua/PoseEstimationForMobile/tree/master/release).
- [KeypointAnnotation](https://github.com/tucan9389/KeypointAnnotation)(preparing...)
: Annotation tool for own custom estimation dataset