We use ibug.face_detection and ibug.face_alignment in this repository.
- Git LFS, needed for downloading the pretrained weights that are larger than 100 MB.
- Install
ibug.face_detection
git clone https://github.com/hhj1897/face_detection.git
cd face_detection
git lfs pull
pip install -e .
cd ..
- Install
ibug.face_alignment
git clone https://github.com/hhj1897/face_alignment.git
cd face_alignment
pip install -e .
cd ..