Browse Source

[to #42322933]change the default model of face detection after discussion

Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10371469
master
ly261666 yingda.chen 3 years ago
parent
commit
3edf30caa6
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      modelscope/pipelines/builder.py

+ 3
- 2
modelscope/pipelines/builder.py View File

@@ -118,8 +118,9 @@ DEFAULT_MODEL_FOR_PIPELINE = {
Tasks.hand_2d_keypoints:
(Pipelines.hand_2d_keypoints,
'damo/cv_hrnetw18_hand-pose-keypoints_coco-wholebody'),
Tasks.face_detection: (Pipelines.face_detection,
'damo/cv_resnet_facedetection_scrfd10gkps'),
Tasks.face_detection:
(Pipelines.face_detection,
'damo/cv_resnet101_face-detection_cvpr22papermogface'),
Tasks.face_recognition: (Pipelines.face_recognition,
'damo/cv_ir101_facerecognition_cfglint'),
Tasks.facial_expression_recognition:


Loading…
Cancel
Save