import json
filename = r'E:\Pytorch\drawline\line\test\maodou5.json'
with open(filename) as f:# 以字典的形式存储到point中point = json.load(f)
all_points = all_point['features']
cox, coy = [], [] # 存储72点的xy信息