姿勢をよくするために作成したプログラム
姿勢をよくした上で,開始ボタンを押すと開始. するとカメラを起動し,posenetを通すことで目の位置を計測する.
目が画面に近くなりすぎると,警告音を鳴らす.
access this page[https://pose-net-correction.netlify.app/posecorrection]
姿勢を正した状態でstartを押すと開始.
cd into the demos folder:
cd pose-net-correction/demos
Install dependencies and prepare the build directory:
yarn
To watch files for changes, and launch a dev server:
yarn watch