modify face_base_process

Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/12282698
This commit is contained in:
ly261666
2023-04-11 15:34:03 +08:00
committed by xingjun.wxj
parent 5f6cdf6814
commit dbdb8c4dca

View File

@@ -32,7 +32,7 @@ class FaceProcessingBasePipeline(Pipeline):
"""
super().__init__(model=model, **kwargs)
# face detect pipeline
det_model_id = 'damo/cv_resnet50_face-detection_retinaface'
det_model_id = 'damo/cv_ddsar_face-detection_iclr23-damofd'
self.face_detection = pipeline(
Tasks.face_detection, model=det_model_id)