Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 1.8 KB

README.md

File metadata and controls

61 lines (44 loc) · 1.8 KB

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).

  1. 支持新版SAM2、GroundingDINO自动化标注(无需自设服务器)
  2. 修复BUG

支持Segment-Anything-Model (SAM)Grounding DINO标注,如需要局域网部署,参考:

  1. 服务端本地部署方法
  2. B站视频教程

How to use

labeling

Support a variety of annotations.

Evaluation of spire annotations

see EVALUATION_README.md

One json corresponds to an image

{
	"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
}

Conversion between spire and MS COCO format

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

Convert spire annotations to MS COCO annotations. convert

Data statistics

stat