ラベル

AI Forecast 8306MUFG (214) Social (75) life (70) Financial (62) IT (57) Proposal (56) idea (50) Fund Management (48) Trading (43) economics (42) Covid-19 (40) AI (38) Hedge Fund (36) Risk (36) Culture (31) BOJ (29) Science (26) hobby (24) accounting (17) Apps (16) career (11) job (7) Travel (6) Hiking (5) emotion (5) music (3) Statarb (2) piano (2)

2020年9月23日水曜日

ML5で簡単PoseNet(姿勢認識)Easy PoseNet by ML5

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はYoloMobileNetで利用した。ただ、コールバックのスタイルが制御を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.

PoseNet example using p5.js

Loading model...