Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.5%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: Motivation-and-Behaviour
  • License: mit
  • Language: Python
  • Default Branch: master
  • Size: 1.69 MB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 6
  • Releases: 1
Created over 5 years ago · Last pushed about 2 years ago
Metadata Files
Readme License Citation

README.md

Face Blurring

Description

This script is designed to support the KidVision research project. It is designed to work with the Brinno TLC130, although it should also support other Brinno cameras. It will blur faces in the video files, and save the blurred videos to a new folder. The original files are destroyed, per ethics requirements.

Requirements

You need Conda installed to build the environment. You can get it here.

To run on GPU (strongly recommended if deploying in the field), you will also need to have CUDA and CUDNN installed.

Install

  1. Clone the repo, either using Git or by downloading the zip.
  2. Use cd to move to the directory with the repo.
  3. Create the Conda environment. In Terminal (or Conda Prompt) run:

conda env create -f environment.yml

To Run

  1. Activate the environment. In Terminal (or Conda Prompt) run:

conda activate faceblurring

  1. Run the script. In Terminal (or Conda Prompt) run:

python face_blurring.py

  1. Follow the prompts to pick the participant ID and the location of the video files.

Owner

  • Name: Motivation-and-Behaviour
  • Login: Motivation-and-Behaviour
  • Kind: organization

Citation (CITATION.cff)

cff-version: 1.2.0
title: Faceblurring
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Taren
    family-names: Sanders
    affiliation: Australian Catholic University
    orcid: 'https://orcid.org/0000-0002-4504-6008'
repository-code: 'https://github.com/Motivation-and-Behaviour/faceblurring'
license: MIT

GitHub Events

Total
Last Year

Dependencies

environment.yml pypi
  • insightface *
  • nicegui *
  • onnxruntime *
  • onnxruntime-gpu *
  • opencv-python *
  • orjson ==3.8.10
  • torch *