Skip to content

Python app for anonymizing webcam images

License

Notifications You must be signed in to change notification settings

psaikko/cartoonify

 
 

Repository files navigation

A fork of Dan MacNish's excellent cartoon camera project.

Adds OpenCV for (semi-)realtime processing of webcam images. Anonymizes with funny results.

What the camera sees (source):

Input image

What the object detection model computes:

Object detection results

What the program outputs:

Cartoon output

To use:

virtualenv -p python3.6 venv
. ./venv/bin/activate
pip install -r requirements_desktop.txt
python run.py

For information on command-line options

python run.py --help

About

Python app for anonymizing webcam images

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%