diff --git a/README.md b/README.md index 0a4a892..30fbda9 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ MediaPipeとTensorFlow.jsが提供するfacemeshパッケージを利用して ## サンプルプロジェクト +- 468ヶ所の部位のうち、毎回ランダムでひとつ表示(プログラムは一番シンプルです): https://github.com/champierre/facemesh2scratch/raw/master/sample_projects/random.sb3 - 顔の468ヶ所の部位を表示: https://github.com/champierre/facemesh2scratch/raw/master/sample_projects/facemesh.sb3 - 変数highlightに部位の番号を入れると、その部位だけハイライト表示: https://github.com/champierre/facemesh2scratch/raw/master/sample_projects/highlight.sb3 diff --git a/sample_projects/random.sb3 b/sample_projects/random.sb3 new file mode 100644 index 0000000..385003e Binary files /dev/null and b/sample_projects/random.sb3 differ