#Twitterでこんな記事が流れてきた
Google、スマートフォン含むWebブラウザでリアルタイムに人間の姿勢推定を可能にする機械学習モデルPoseNet:TensorFlow.jsバーション発表
https://shiropen.com/seamless/google-tensorflow-posenet
すげええええええええ!!!!
#自分のPCで動かしてみよう
gitにもデモがあったので動かしてみました
https://github.com/tensorflow/tfjs-models/tree/master/posenet
npm install @tensorflow-models/posenet だとうまくうごかなかったので
git clone https://github.com/tensorflow/tfjs-models/tree/master/posenet
で落としました。/demosのREADMEに書いてある通りに
cd into the demos folder
cd demos
Install dependencies and prepare the build directory:
yarn
To watch files for changes, and launch a dev server:
yarn watch
yarnを使ったことがなかったので
yarnを使ってみた
https://qiita.com/masterkey1009/items/50f95b1187646a7db385
を頼りにyarnを導入し、READMEに従ったら動きました
すごい!!