Git Product home page Git Product logo

gozippy / creeperrevealer Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 31 KB

CreeperRevealer is a Python toolkit for forensic video analysis, detecting and reconstructing obscured faces to aid law enforcement. It integrates facial recognition, depth estimation, and 3D reconstruction, converting low-quality footage into detailed 3D models of suspects. Configurable and easy to set up.

License: Other

Python 100.00%

creeperrevealer's Introduction

CreeperRevealer

CreeperRevealer is a tool designed to process video frames to detect, enhance, and reconstruct faces and human shapes in 3D. This project leverages various AI models to extract and enhance facial features, remove backgrounds, and perform 3D reconstruction from low-quality, low-resolution security footage.

CreeperRevealer is an advanced Python-based toolkit designed for forensic analysis of video footage. Leveraging state-of-the-art AI models, CreeperRevealer processes video frames to detect and reconstruct obscured faces and generate detailed 3D models of suspects. This project integrates facial recognition, depth estimation, and 3D reconstruction to aid law enforcement in identifying and capturing perpetrators from low-quality security footage.

Features

  • Face detection and alignment
  • Depth map generation using MiDaS
  • Background removal
  • 3D model reconstruction

Installation

  1. Clone the repository:
    git clone https://github.com/GoZippy/CreeperRevealer.git
    cd CreeperRevealer
    

Directory Structure

CreeperRevealer/
├── config/
│   └── config.yaml
├── data/
│   ├── frames/
│   ├── aligned/
│   ├── depth_maps/
│   └── no_bg/
├── scripts/
│   ├── batch_process.py
│   ├── face_detect.py
│   ├── depth.py
│   ├── background_removal.py
│   └── reconstruct_3d.py
├── models/
│   └── dpt_beit_large_512.pt
├── LICENSE
├── README.md
├── requirements.txt
└── environment.yaml
  1. Install the required packages:
conda env create -f environment.yaml
conda activate creeperrevealer
  1. Place your video frames in the data/frames directory.

Usage

  1. Run face detection
python scripts/face_detect.py
  1. Generate depth maps:
python scripts/background_removal.py
  1. Remove backgrounds
python scripts/background_removal.py
  1. Perform 3D reconstruction:
python scripts/reconstruct_3d.py

Law Enforcement and Commercial Use please contact us for license.

creeperrevealer's People

Contributors

gozippy avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.