Skip to content

Labelme标注文件格式(json)转labelImg标注文件格式(xml)

Notifications You must be signed in to change notification settings

smilelc3/labelme2labelimg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Labelme标注文件格式(json)转labelImg标注文件格式(xml)

效果展示

Labelme标注截图

image-20200415180206081

转换后的labelImg截图

image-20200415180129790

  • 支持中文路径和中文标签;
  • 从Labelme中的边界轮廓线中,保存最大的矩形边框(xmin,xmax,ymin,ymax);
  • 仅处理图片和json文件能够一一匹配的LabelMe标注;
  • 不保留Labelme中的分组信息。

使用方法

  1. 安装Pillow库
  2. 修改labelme2labeling.py文件中source_pathtarget_path为自己的文件夹
  3. 执行labelme2labeling.py

注意:

  • 因为Labelme 和 LabelImg 对JPEG图像的读取方式存在差异,Labelme会读取EXIF信息,自动处理旋转信息;LabelImg则不会,最终可能导致坐标不一致。
  • 当前处理方式是把图片另存到target_path,并保存相同文件目录结构,EXIF信息可参见以下连接 https://blog.csdn.net/taoszu/article/details/83051879

About

Labelme标注文件格式(json)转labelImg标注文件格式(xml)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages