mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 16:48:03 +08:00
[Model] add PFLD model (#433)
* support face alignment PFLD * add PFLD demo * fixed FaceAlignmentResult * fixed bugs * fixed img size * fixed readme * deal with comments * fixed readme * add pfld testcase * update infer.py * add gflags for example * update c++ readme * add gflags in example * fixed for ci * fixed gflags.cmake * deal with comments * update infer demo Co-authored-by: Jason <jiangjiajun@baidu.com>
This commit is contained in:
@@ -20,6 +20,7 @@ from . import tracking
|
||||
from . import keypointdetection
|
||||
from . import matting
|
||||
from . import facedet
|
||||
from . import facealign
|
||||
from . import faceid
|
||||
from . import ocr
|
||||
from . import evaluation
|
||||
|
Reference in New Issue
Block a user