Giter Site home page Giter Site logo

trellixvulnteam / face-mask-project_evj8 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kemushiboy/face-mask-project

0.0 0.0 0.0 214.07 MB

Shell 0.18% JavaScript 0.07% C++ 82.37% Python 2.06% C 0.84% Objective-C 1.72% Java 2.99% Objective-C++ 2.07% Makefile 0.01% HTML 0.05% Dockerfile 0.05% Starlark 7.60%

face-mask-project_evj8's Introduction

face-mask-project

前準備

  • touchDesigner 2020 25380 をインストール https://download.derivative.ca/TouchDesigner.2020.25380.dmg

  • xcode, command line toolsをインストール https://developer.apple.com/download/more/

  • syphon virtual webcamをインストール https://troikatronix.com/plugin/syphon-virtual-webcam/

  • homebrewをインストール /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

  • gitをインストール brew install git

  • Cloneしてくる git clone https://github.com/kemushiboy/face-mask-project.git

Cloneしたディレクトリ名をsicfに変更

IRIS Trackingnの設定

  • install Bazel. $ brew install bazel Run ‘bazel version’ to check version of bazel

  • Install OpenCV and FFmpeg. $ brew install opencv@3

  • There is a known issue caused by the glog dependency. Uninstall glog. $ brew uninstall --ignore-dependencies glog

  • ビルドする ./build.sh

TouchDesignerとpythonとの連携設定

  • pipをインストール Sudo easy_install pip

  • pyenvをインストール brew install pyenv

  • pipenvをインストール brew install pipenv

  • pipenvでパッケージの保存先が直下ディレクトリになるようにする echo ‘export PIPENV_VENV_IN_PROJECT=true’ >> ~/.bash_profile pipenv shell

  • protobufをインストール pipenv shell pip3 install protobuf

  • wrapper_iris_tracking_pb2.pyのシンボリックリンクをパッケージフォルダに作成 ln -s /Users/tatsuya/sicf/wrapper_iris_tracking_pb2.py /Users/tatsuya/sicf/.venv/lib/python3.7/site-packages

  • TDでパッケージの場所を /Users/tatsuya/sicf/.venv/lib/python3.7/site-packages に指定する

face-mask-project_evj8's People

Contributors

kemushiboy avatar trellixvulnteam avatar

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.