The git repository has been migrated to https://gitee.com/jario-jin/SpireView.
Another toolset for image&video data annotation, preprocessing and visualization.
客户端当前版本:v5.3.0,下载地址:Baidu Pan (Windows x86-64).
- 支持新版SAM2、GroundingDINO自动化标注(无需自设服务器)
- 修复BUG
支持Segment-Anything-Model (SAM),Grounding DINO标注,如需要局域网部署,参考:
Support a variety of annotations.
{
"annos": [{
"area": 277,
"bbox": [552, 251, 24, 17],
"category_name": "car",
"segmentation": [[561, 253, 552, 263, 558, 266, 564, 268, 573, 266, 576, 260, 576, 254, 572, 251]]
}],
"file_name": "000009.jpg",
"height": 720,
"width": 1280
}
Convert MS COCO annotations to spire annotations.
python to-spire-annotation/coco_to_spire.py --coco-anno path_to_coco_json --coco-image-dir path_to_coco_image_dir --output-dir spire_annotation_dir