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 文件