[Model] Add facedet model: CenterFace (#1131)

* cpp example run success

* add landmarks

* fix reviewed problem

* add pybind

* add readme in examples

* fix reviewed problem

* new file:   tests/models/test_centerface.py

* fix reviewed problem 230202
This commit is contained in:
guxukai
2023-02-07 14:05:08 +08:00
committed by GitHub
parent d3d914856d
commit 1c115bb237
21 changed files with 1369 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
from __future__ import absolute_import
from .contrib.yolov5face import YOLOv5Face
from .contrib.yolov7face import *
from .contrib.centerface import *
from .contrib.blazeface import *
from .contrib.retinaface import RetinaFace
from .contrib.scrfd import SCRFD