tinyvision / DAMO-YOLO

DAMO-YOLO: a fast and accurate object detection method with some new techs, including NAS backbones, efficient RepGFPN, ZeroHead, AlignedOTA, and distillation enhancement.
Apache License 2.0
3.75k stars 470 forks source link

使用modelscope调用模型的问题 #119

Open hongyu-presight opened 1 year ago

hongyu-presight commented 1 year ago

Before Asking

Search before asking

Question

我想通过modelscope调用 damoyolo_tinynasL25_S.pth damoyolo_tinynasL25_S.onnx damoyolo_tinynasL25_S.trt from modelscope.pipelines import pipeline from modelscope.utils.constant import Tasks object_detect = pipeline(Tasks.video_object_detection,model='damo/xxx') 但是model参数 模型名称我不确定是那个,能麻烦提供一些吗 谢谢!

Additional

No response