Facial Detection in Unity: Application detects faces in the frame that the users sees, then gets the identity of the faces and displays their information next to them.
Running on Unity Version 2017.3.0b5 Personal
Version: 0.1 Alpha
You can build into a directory /LastBuild/ and wont track anything so it dosent have to be uploaded to the remote git
See CONTRIBUTING.md
git checkout -b [name_of_your_new_branch]
git checkout [name_of_your_new_branch]
git push origin [name_of_your_new_branch]
git pull
git rebase origin/master
git add .
git commit -m "[YOUR MESSAGE HERE]"
git push