Imported from 123qsa/autodata (
skills/grounded-sam2/SKILL.md). Install upstream withnpx skills add 123qsa/autodata --skill grounded-sam2. Copyright stays with the author.
Grounded-SAM-2
神经符号零样本视频标注管线。
安装
pip install grounded-sam2零样本视频标注 - 文本驱动生成精准视频目标实例级多边形掩码
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsImported from 123qsa/autodata (
skills/grounded-sam2/SKILL.md). Install upstream withnpx skills add 123qsa/autodata --skill grounded-sam2. Copyright stays with the author.
神经符号零样本视频标注管线。
pip install grounded-sam2Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "123qsa-autodata-grounded-sam2",
"kind": "skill",
"name": "grounded-sam2",
"description": "零样本视频标注 - 文本驱动生成精准视频目标实例级多边形掩码",
"publisher": "123qsa",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"零样本视频标注 - 文本驱动生成精准视频目标实例级多边形掩码"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/123qsa/autodata",
"path": "skills/grounded-sam2/SKILL.md",
"ref": "dd631b975f6fa115ce1676e61e2069ae652e6e8b",
"url": "https://github.com/123qsa/autodata/blob/dd631b975f6fa115ce1676e61e2069ae652e6e8b/skills/grounded-sam2/SKILL.md",
"key": "123qsa/autodata/skills/grounded-sam2/SKILL.md"
}
},
"instructions": "# Grounded-SAM-2\n\n神经符号零样本视频标注管线。\n\n## 安装\n\n```bash\npip install grounded-sam2\n```",
"cost": {
"context_tokens": 19
}
}Fetch it by URL: GET /api/v1/registry/123qsa-autodata-grounded-sam2/manifest?version=1.0.0
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.