gpt4 book ai didi

data-annotations - 来自labelme工具的JSON文件中的imageData是什么?

转载 作者:行者123 更新时间:2023-12-04 07:23:33 27 4
gpt4 key购买 nike

我正在尝试将 VIA(VGG图像注释器)JSON文件转换为 Labelme JSON文件,但是唯一的问题是Labelme中的imageData属性。没有imageData,我无法将JSON文件上传到Labelme工具。是否有人知道如何获取imageData或对解决此问题有用的任何信息。

最佳答案

这称为图像的base64类型,您可以通过以下代码将图像转换为base64数据:

import base64
encoded = base64.b64encode(open(img_path, "rb").read())
print(encoded)

关于data-annotations - 来自labelme工具的JSON文件中的imageData是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57004792/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com