8000 GitHub - EhsanMrh/UID.video_face_cropper
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

EhsanMrh/UID.video_face_cropper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Face Cropper

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Result

About The Project

Getting Started

Just copy and paste this codes to install dependencies and run the project

Prerequisites

create an environment with python 3.8

conda create -n "ENVIRONMENT_NAME" python=3.8

Installation

  1. Clone the repo

    git clone 
  2. Install Python libraries

    pip install opencv-python
    pip install ffmpeg-python
    pip install batch_face

Usage

  1. Import your videos in videos directory
  2. Run create_frame.py to create frames data. You can see created frames in frames directory.
python create_frames,py
  1. Run face_detection.py to detect faces in created frames and crop them.
python face_detection,py

Result

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0