Thanks to visit codestin.com
Credit goes to github.com

Skip to content

The model: damo/cv_ddsar_face-detection_iclr23-damofd has no valid revision #1

@hzane

Description

@hzane
import cv2
from modelscope.pipelines import pipeline
from modelscope.utils.constant import  Tasks

face_detection = pipeline(task=Tasks.face_detection, model='damo/cv_ddsar_face-detection_iclr23-damofd')

img_path = 'https://modelscope.oss-cn-beijing.aliyuncs.com/test/images/face_detection2.jpeg'
result = face_detection(img_path)

throws exception: The model: damo/cv_ddsar_face-detection_iclr23-damofd has no valid revision

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions