今天看啥  ›  专栏  ›  SwiftLanguage

GestureAI-CoreML-iOS:手势智能识别演示及示例

SwiftLanguage  · 掘金  ·  · 2018-01-31 01:23

MIT License

Hand-gesture recognizer

Demo

demo

Screenshots

screenshot-01 screenshot-02 screenshot-03

This app is using RNN with CoreML on iOS11. The model recognizes the gesture as long as the center button is pressed.

Click here to read more about GestureAI.

Install

  1. Clone this repository.
  2. Download GestureAI.mlmodel (Trained RNN model) from here.
  3. Open GestureAI.xcodeproj
  4. Drag and drop GestureAI.mlmodel to Xcode.
  5. Add GestureAI.mlmodel into Compile Sources in Build Phases.
  6. Build and run.

Guide To CoreML Models

See likedan/Awesome-CoreML-Models.

Licence

MIT

Author

Akimasa KIMURA




原文地址:访问原文地址
快照地址: 访问文章快照