Table of Contents
Just copy and paste this codes to install dependencies and run the project
create an environment with python 3.8
conda create -n "ENVIRONMENT_NAME" python=3.8
-
Clone the repo
git clone
-
Install Python libraries
pip install opencv-python pip install ffmpeg-python pip install batch_face
- Import your videos in
videos
directory - Run create_frame.py to create frames data. You can see created frames in
frames
directory.
python create_frames,py
- Run face_detection.py to detect faces in created frames and crop them.
python face_detection,py