code-显示labelme标注mask
import json
import cv2
import matplotlib.pyplot as plt
import numpy as np
tmp = {}
with open("D:/myfiles/all-quexian/N_2000_E_220210710_11441101_20210710_114411.json", "r") as f:
tmp = f.read()
tmp = json.loads(tmp)
points = tmp["shapes"][0]["point.
原创
2021-07-20 09:48:51 ·
294 阅读 ·
0 评论