/Pytorch_faceblur

Pytorch code for faceblur, developed over Retinaface

Primary LanguagePython

Face Blur

A PyTorch implementation for blurring the faces on any image to maintain the privacy of the person.

The code is modified from Retinaface code by biubug6/Pytorch_Retinaface which is originally developed on RetinaFace: Single-stage Dense Face Localisation in the Wild.

Contents

Installation

Clone and install
  1. git clone https://github.com/rahuja123/Pytorch_faceblur.git

  2. Pytorch version 1.1.0+ and torchvision 0.3.0+ are needed.

  3. Codes are based on Python 3

Testing

  1. python main.py

References