mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user