Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 702 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 702 Bytes

face-anonymizer

Pixelates the faces detected using DNN Face Dectector in OpenCV.

Installing and Running

Environment setup for development

To setup the environment install conda (refer to the documentation) and run the following command:

conda env create -f environment-dev.yaml

Example

Run from the root of the project the Jupyter notebook:

jupyter notebook

Open the notebook.ipynb notebook. The sample files can be found here, the sample processed video can be found here.