0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

MaixCubeでジェスチャー認識する

Last updated at Posted at 2020-06-15

はじめに

前回MaixCubeでTensorFlow Lite for Microcontrollersが動作したので、MaixCubeに内蔵の加速度センサーMSA301を利用して、ジェスチャー認識してみました

参考

基本的にはTensorFlow Lite for Microcontrollersに含まれているサンプルの通りで、サンプルに含まれているモデルを使用します。こちらの、M5Stack+TensorFlow Liteでジェスチャ認識 が大変参考になりました。ありがとうございます。M5Stackで動作している動画も見ることができます。

コード

MaixCube用のコードはこちら

最後に

何度か試したところ、Wはほぼ認識しますが、Slopeはちょっと難しく、Ringは認識させることができませんでした。

加速度センターの読み取りをやっつけで作ったので、まだ不具合があるかもしれません。しきい値を調整すると改善しそうです。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?