This repository is created for provide pretrained model in Face Detection task for Group 26's project.
You should create CONDA ENVIRONMENT WITH PYTHON 3.10. You can install the required packages by running the following command:
pip install -U openmim
mim install mmcv==1.3.3
pip install -r requirements.txt
Nguyen Huu Cong 20225476: Implement SCRFD model and provide pretrained model.
[1] SCRFD Original Paper
[2] InsightFace
[3] MMDetection\