「DLFramework」 标注工具资源汇总
1 音频标注Permalink
1.1 VIAPermalink
project | code
VGG 小组开源,可标注语音,检测,跟踪;
语言:js
2 图像分割Permalink
2.1 LabelmePermalink
labelme:https://github.com/wkentaro/labelme
带旋转框标注的 labelme:https://github.com/cgvict/roLabelImg
语言:python
2.2 RectLabelPermalink
project
可用于检测和分割;
平台:mac os;
2.3 IAT – Image Annotation ToolPermalink
project
支持基础形状绘制;
2.4 LERAPermalink
project
语言:c++
3 目标检测Permalink
3.1 labelImgPermalink
labelImg:https://github.com/tzutalin/labelImg
标签存储功能和“Next Image”、“Prev Image”的设计使用起来比较方便
3.2 yolo_markPermalink
yolo2 团队开源:https://github.com/AlexeyAB/Yolo_mark
依赖:opencv;
平台:linux,win
3.3 VaticPermalink
project | code
可以做视频的标注,比如一个 25fps 的视频,只需要隔 100 帧左右手动标注一下物体的位置,最后在整个视频中就能有比较好的效果;因为内置了 opencv 跟踪算法;
3.4 SlothPermalink
Sloth:<https://github.com/cvhciKIT/sloth
https://cvhci.anthropomatik.kit.edu/~baeuml/projects/a-universal-labeling-tool-for-computer-vision-sloth/>
实时显示标注结果列表;
3.5 AnnotoriousPermalink
project | code
语言:js
代码规范,有 API 接口;
3.6 VoTTPermalink
code
微软开源,可以标注图片和视频,而且支持已有模型的集成;
语言:js
3.7 images_annotation_programmePermalink
code
网页版,VOC 格式的标注;
3.8 FastAnnotationToolPermalink
code
语言:c++
依赖:caffe,opencv,protobuf
3.9 labeldPermalink
code
语言:js
3.10 ImageNet-UtilsPermalink
code
支持通过 url 下载数据,分类和检测标注;
语言:python,用了 labelImg 的界面;
Comments