VGG Image Annotator (VIA)是一款开源的图像标注工具,由Visual Geometry Group开发。
可以在线和离线使用,可标注矩形、圆、椭圆、多边形、点和线。标注完成后,可以导出为csv和json文件格式。
地址:http://www.robots.ox.ac.uk/~vgg/software/via/。
中文使用教程:
原文:https://blog.csdn.net/heiheiya/article/details/81530952
Mask_RCNN训练自己的数据,制作类似于COCO数据集中所需要的Json训练集
使用方法:
1、add files 添加要标注的图像
2、Attributes
name : 填写 train
Type : 填写 radio
id: 填写 bill (也就是目标的类别,也可以添加多个)
3、进行标注
4、标注后,勾选region annotations 为对应的目标类别
5、所有图像标注完成后, annotation ---> export annotation as json 保存为json文件
6、http://www.bejson.com/ 这里可以格式化标注好的json 文件
https://blog.csdn.net/qq_15969343/article/details/80167215
来源:https://www.cnblogs.com/Allen-rg/p/10045208.html