MS COCO数据集介绍 JSON_FILE = r"instances_val2017.json" import json with open(JSON_FILE, 'r') as f: data = json.load(f) print("done") 5K张图片,36781个标注