JerryX's picture
Initial: manifest + ESM bundle + view-classification weights
4b8fd68 verified
Raw
History Blame Contribute Delete
1.35 kB
{
"id": "cine-view-classifier",
"version": "0.1.0",
"name": "CINE View Classifier",
"schemaVersion": 1,
"description": "Phase-5 Session-1 community fixture: classifies a single CINE slice into one of {4ch, lvot, sas, vla} using a 49 MB YOLOv11n classification ONNX. Triggered from a ribbon button on the Analysis tab; result is reported via host.ui.showToast. Exercises host.weights + host.runtime + checkpoint-eviction-on-uninstall.",
"author": "JerryX",
"license": "MIT",
"homepage": "https://huggingface.co/JerryX/cmr-annotator-cine-view-classifier",
"main": "./index.mjs",
"contributes": {
"ribbons": [
{
"id": "classify-view",
"label": "Classify View"
}
]
},
"network": {
"install": [
"https://huggingface.co/JerryX/cmr-annotator-cine-view-classifier/*"
],
"runtime": [
"https://huggingface.co/JerryX/cmr-annotator-cine-view-classifier/*",
"https://cas-bridge.xethub.hf.co/*"
]
},
"checkpoints": [
{
"id": "no-other-view-yolov11n",
"default": true,
"file": "no_other_view_yolo.onnx",
"url": "https://huggingface.co/JerryX/cmr-annotator-cine-view-classifier/resolve/main/checkpoints/no_other_view_yolo.onnx",
"sha256": "6b6916e54b306655d56f892d1e1484acaf3b4e94a39cf410dccbaaa52cdb55fc",
"sizeMb": 49
}
]
}