mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-25 04:29:22 +01:00
[swingdeploy] oss examples
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/14342415 * oss_examples
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"action-detection":{
|
||||
"input":{
|
||||
"video":"data/test/videos/action_detection_test_video.mp4"
|
||||
"video":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/videos/action_detection_test_video.mp4"
|
||||
}
|
||||
},
|
||||
"action-recognition":{
|
||||
"input":{
|
||||
"video":"data/test/videos/action_recognition_test_video.mp4"
|
||||
"video":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/videos/action_recognition_test_video.mp4"
|
||||
}
|
||||
},
|
||||
"animal-recognition":{
|
||||
"input":{
|
||||
"image":"data/test/images/dogs.jpg"
|
||||
"image":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/images/dogs.jpg"
|
||||
}
|
||||
},
|
||||
"chat":{
|
||||
@@ -34,52 +34,52 @@
|
||||
},
|
||||
"domain-specific-object-detection":{
|
||||
"input":{
|
||||
"image":"data/test/images/image_traffic_sign.jpg"
|
||||
"image":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/images/image_traffic_sign.jpg"
|
||||
}
|
||||
},
|
||||
"face-2d-keypoints":{
|
||||
"input":{
|
||||
"image":"data/test/images/face_detection.png"
|
||||
"image":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/images/face_detection.png"
|
||||
}
|
||||
},
|
||||
"face-attribute-recognition":{
|
||||
"input":{
|
||||
"image":"data/test/images/face_recognition_1.png"
|
||||
"image":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/images/face_recognition_1.png"
|
||||
}
|
||||
},
|
||||
"facial-expression-recognition":{
|
||||
"input":{
|
||||
"image":"data/test/images/facial_expression_recognition.jpg"
|
||||
"image":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/images/facial_expression_recognition.jpg"
|
||||
}
|
||||
},
|
||||
"general-recognition":{
|
||||
"input":{
|
||||
"image":"data/test/images/dogs.jpg"
|
||||
"image":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/images/dogs.jpg"
|
||||
}
|
||||
},
|
||||
"human-detection":{
|
||||
"input":{
|
||||
"image":"data/test/images/image_detection.jpg"
|
||||
"image":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/images/image_detection.jpg"
|
||||
}
|
||||
},
|
||||
"image-captioning":{
|
||||
"input":{
|
||||
"image":"data/test/images/image_captioning.png"
|
||||
"image":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/images/image_captioning.png"
|
||||
}
|
||||
},
|
||||
"image-classification":{
|
||||
"input":{
|
||||
"image":"data/test/images/content_check.jpg"
|
||||
"image":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/images/content_check.jpg"
|
||||
}
|
||||
},
|
||||
"image-demoireing":{
|
||||
"input":{
|
||||
"image":"data/test/images/shop_segmentation.jpg"
|
||||
"image":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/images/shop_segmentation.jpg"
|
||||
}
|
||||
},
|
||||
"image-object-detection":{
|
||||
"input":{
|
||||
"image":"data/test/images/image_detection.jpg"
|
||||
"image":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/images/image_detection.jpg"
|
||||
}
|
||||
},
|
||||
"image-portrait-stylization":{
|
||||
@@ -89,7 +89,7 @@
|
||||
},
|
||||
"image-segmentation":{
|
||||
"input":{
|
||||
"image":"data/test/images/image_semantic_segmentation.jpg"
|
||||
"image":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/images/image_semantic_segmentation.jpg"
|
||||
},
|
||||
"parameters":{
|
||||
|
||||
@@ -97,18 +97,18 @@
|
||||
},
|
||||
"image-text-retrieval":{
|
||||
"input":{
|
||||
"image":"data/test/images/image_mplug_vqa.jpg",
|
||||
"image":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/images/image_mplug_vqa.jpg",
|
||||
"text":"What is the woman doing?"
|
||||
}
|
||||
},
|
||||
"indoor-layout-estimation":{
|
||||
"input":{
|
||||
"image":"data/test/images/image_traffic_sign.jpg"
|
||||
"image":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/images/image_traffic_sign.jpg"
|
||||
}
|
||||
},
|
||||
"live-category":{
|
||||
"input":{
|
||||
"video":"data/test/videos/live_category_test_video.mp4"
|
||||
"video":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/videos/live_category_test_video.mp4"
|
||||
}
|
||||
},
|
||||
"motion-generation":{
|
||||
@@ -132,22 +132,22 @@
|
||||
},
|
||||
"ocr-recognition":{
|
||||
"input":{
|
||||
"image":"data/test/images/image_ocr_recognition.jpg"
|
||||
"image":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/images/image_ocr_recognition.jpg"
|
||||
}
|
||||
},
|
||||
"panorama-depth-estimation":{
|
||||
"input":{
|
||||
"image":"data/test/images/panorama_depth_estimation.jpg"
|
||||
"image":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/images/panorama_depth_estimation.jpg"
|
||||
}
|
||||
},
|
||||
"semantic-segmentation":{
|
||||
"input":{
|
||||
"image":"data/test/images/image_salient_detection.jpg"
|
||||
"image":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/images/image_salient_detection.jpg"
|
||||
}
|
||||
},
|
||||
"shop-segmentation":{
|
||||
"input":{
|
||||
"image":"data/test/images/shop_segmentation.jpg"
|
||||
"image":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/images/shop_segmentation.jpg"
|
||||
}
|
||||
},
|
||||
"text-classification":{
|
||||
@@ -160,7 +160,7 @@
|
||||
},
|
||||
"text-driven-segmentation":{
|
||||
"input":{
|
||||
"image":"data/test/images/text_driven_segmentation.jpg",
|
||||
"image":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/images/text_driven_segmentation.jpg",
|
||||
"text":"bear"
|
||||
}
|
||||
},
|
||||
@@ -201,60 +201,60 @@
|
||||
},
|
||||
"video-captioning":{
|
||||
"input":{
|
||||
"video":"data/test/videos/video_caption_and_qa_test.mp4"
|
||||
"video":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/videos/video_caption_and_qa_test.mp4"
|
||||
}
|
||||
},
|
||||
"video-category":{
|
||||
"input":{
|
||||
"video":"data/test/videos/video_category_test_video.mp4"
|
||||
"video":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/videos/video_category_test_video.mp4"
|
||||
}
|
||||
},
|
||||
"video-depth-estimation":{
|
||||
"input":{
|
||||
"video":"data/test/videos/video_depth_estimation.mp4"
|
||||
"video":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/videos/video_depth_estimation.mp4"
|
||||
}
|
||||
},
|
||||
"video-embedding":{
|
||||
"input":{
|
||||
"video":"data/test/videos/action_recognition_test_video.mp4"
|
||||
"video":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/videos/action_recognition_test_video.mp4"
|
||||
}
|
||||
},
|
||||
"video-multi-object-tracking":{
|
||||
"input":{
|
||||
"video":"data/test/videos/MOT17-03-partial.mp4"
|
||||
"video":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/videos/MOT17-03-partial.mp4"
|
||||
}
|
||||
},
|
||||
"video-panoptic-segmentation":{
|
||||
"input":{
|
||||
"video":"data/test/videos/kitti-step_testing_image_02_0000.mp4"
|
||||
"video":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/videos/kitti-step_testing_image_02_0000.mp4"
|
||||
}
|
||||
},
|
||||
"video-question-answering":{
|
||||
"input":{
|
||||
"video":"data/test/videos/video_caption_and_qa_test.mp4",
|
||||
"video":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/videos/video_caption_and_qa_test.mp4",
|
||||
"text":"How many people are there?"
|
||||
}
|
||||
},
|
||||
"video-summarization":{
|
||||
"input":{
|
||||
"text":"data/test/videos/video_category_test_video.mp4"
|
||||
"text":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/videos/video_category_test_video.mp4"
|
||||
}
|
||||
},
|
||||
"visual-entailment":{
|
||||
"input":{
|
||||
"image":"data/test/images/dogs.jpg",
|
||||
"image":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/images/dogs.jpg",
|
||||
"text":"there are two birds."
|
||||
}
|
||||
},
|
||||
"visual-grounding":{
|
||||
"input":{
|
||||
"image":"data/test/images/visual_grounding.png",
|
||||
"image":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/images/visual_grounding.png",
|
||||
"text":"a blue turtle-like pokemon with round head"
|
||||
}
|
||||
},
|
||||
"visual-question-answering":{
|
||||
"input":{
|
||||
"image":"data/test/images/image_mplug_vqa.jpg",
|
||||
"image":"http://modelscope.oss-cn-beijing.aliyuncs.com/demo/images/image_mplug_vqa.jpg",
|
||||
"text":"What is the woman doing?"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user