摘要: 读入json文件 import json def read_json_file(file_path): with open(file_path, 'r') as f: return json.load(f) if name == 'main': file_path = 'panoptic_train 阅读全文
posted @ 2022-11-09 17:16 PeterPeng7997 阅读(108) 评论(0) 推荐(0) 编辑