ML5で簡単PoseNet(姿勢認識)
Easy PoseNet by ML5
PoseNetという姿勢を検知する定番のAIがある。There is a standard AI called PoseNet to detect posture.
まともにプログラミングするとかなり大変だ。It is very hard to program from scratch.
しかしML5というTensorFlow系のAI啓蒙慈善組織が、親切にもこれを簡単にするライブラリを作成し公表してくれている。However, TensorFlow stream AI educational charity organization called ML5 is kindly releasing public library.
このライブラリを用いて作成されたPoseNetが、サンプルで載せられていたので、今回BlogSpot版にしてみた。A sample PoseNet was presented there making use of the library, so this time I put together into BlogSpot version.
ML5はYoloとMobileNetで利用した。ただ、コールバックのスタイルが制御をML5に渡している形式なのでしばらく敬遠していたが、この簡単さは制御を渡して余りあるだろう。I used ML5 for Yolo and MobileNet. However I stayed away from it for a while since it works in callback form handing over control to ML5 however, its utility may worth more than handing over control.
Loading model...