fgolemo / faceblur

Quick tool to go over a folder with images and select faces to blur. All manual.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face blur helper

Install & run

Quick tool to go over a folder with images and select faces to blur. All manual.

git clone https://github.com/fgolemo/faceblur.git

cd faceblur

pip install -e .

Then run it with

blurp

And change the paths (if you want) over here:

app = Zoom(root, in_files=get_files(), out_path=f"{DATA_PATH}/out")

How to use

  • zoom: mousewheel
  • pan: hold left mouse button and drag
  • next image & save: d
  • prev image: a
  • blur face: w, click on center of face, click on top of head
  • reset current image: s

About

Quick tool to go over a folder with images and select faces to blur. All manual.


Languages

Language:Python 100.0%