提交 c0f77a96 编写于 作者: K Kentaro Wada

Fix typo

上级 de5b7343
......@@ -19,7 +19,7 @@ def main():
args = parser.parse_args()
label_file = LabelFile(args.json_file)
img = utils.img_b64_to_arr(label_file.imageData)
img = utils.img_data_to_arr(label_file.imageData)
label_name_to_value = {'_background_': 0}
for shape in sorted(label_file.shapes, key=lambda x: x['label']):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册