Detect and blur faces using RetinaFace
First, clone this repository:
git clone [email protected]:mrgreene09/VEDB_privacy.git
We recommend setting up a dedicated Anaconda environment for this code.
conda env create -f privacyEnvironment.yml
conda activate privacyScript
Edit line 20 of the Python script to point to a csv file containing the video names to be processed. GPU acceleration is highly recommended.