open-mmlab / labelbee-client

Out-of-the-box Annotation Toolbox
Apache License 2.0
382 stars 51 forks source link

[bug] The file_name value should not be absolute path in the export annotation results json file #19

Closed xiefeifeihu closed 2 years ago

xiefeifeihu commented 2 years ago

导出的标注里,file_name不能写成完整的绝对路径,如果写完整的绝对路径会覆盖掉原始图像文件! 源代码apis/test.py第49行: out_file = osp.join(out_dir, img_meta['ori_filename'])

微信截图_20220329154201 微信图片_20220329154052