mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-25 04:29:22 +01:00
modify face_base_process
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/12282698
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user