Face-tracking-with-Anime-characters
Face-tracking-with-Anime-characters copied to clipboard
Hello! I have made a Python project where YURI from the game doki doki literature club accesses the webcam and stares directly into the players soul. Hope you enjoy!
Bumps [numpy](https://github.com/numpy/numpy) from 1.18.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.4.1.15 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...
You can import put platform specific code behind an `if` that will only execute if you are on a specific os. This [post on stackoverflow](https://stackoverflow.com/questions/1325581/how-do-i-check-if-im-running-on-windows-in-python) should be a good reference....
You can use the built-in python [argparse module](https://docs.python.org/3/library/argparse.html) or the [click library](http://click.pocoo.org/5/) to allow people to pass in things like the images to use for the body and for the...
First off, extremely creepy and fantastic project. You are a gift to the world. Second, its generally bad practice in python to `pip install` packages globally on a per-project basis....