Git Product home page Git Product logo

facemesh2scratch's Introduction

Facemesh2Scratch

Facemesh2Scratchは、WebカメラのみでフェイストラッキングができるScratch3向け拡張機能です。

MediaPipeとTensorFlow.jsが提供するfacemeshパッケージを利用しています。背景にある技術を知りたい方は、"Face and hand tracking in the browser with MediaPipe and TensorFlow.js"を参照ください。

他の言語で読む: English, 日本語.

デモ動画

顔の認識

複数の顔にも対応

使用方法

サンプルプロジェクト

https://github.com/champierre/facemesh2scratch/raw/master/sample_projects/facemesh.sb3

ライセンス

  • Facemesh2Scratchには BSD 3-Clause License が適用されます。オープンソースで、誰でも自由に利用できます。授業やワークショップで使用でき、商用利用も認められています。あなたやあなたの生徒さんがFacemesh2Scratchを使用して何か面白いプロジェクトを作成したときは、ぜひハッシュタグ #facemesh2scratch を使用してSNSで共有するか、連絡先までお知らせください。以下の「活用例」に追加させていただきます。

活用例

推奨環境

  • OS
    • Windows 8 (TBD)
    • Windows 10 (TBD)
    • MacOS
    • iOS
  • Browser
    • Chrome
    • Safari(iOS)

Chrome の拡張機能を使用している場合に、正常に動作しないことがあるので、もしうまく動かないという場合には、ゲストモードに切り替えてお試しください。

FAQ

  • Q. Facemesh2Scratch拡張機能が正常に動作しません。

  • A. Chromeのデベロッパーツールを開き、Consoleタブを確認してください。「Error: WebGL is not supported on this device」というエラーが表示されている場合、ChromeでWebGLが使えない場合の対処方法にある対処方法を試みてください。Chromeの「設定」画面より「詳細設定」を選び、「ハードウェア アクセラレーションが使用可能な場合は使用する」が無効になっている場合は、有効にしてChromeを再起動してみてください。

開発社向け(For Developers - How to run Facemesh2Scratch extension on your computer)

  1. Setup LLK/scratch-gui on your computer.
% git clone [email protected]:LLK/scratch-gui.git
% cd scratch-gui
% npm install
  1. In scratch-gui folder, clone Facemesh2Scratch. You will have facemesh2scratch folder under scratch-gui.
% git clone [email protected]:champierre/facemesh2scratch.git
  1. Run the install script.
% sh facemesh2scratch/install.sh
  1. Run Scratch, then go to http://localhost:8601/.
% npm start

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.