1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
| { "info": { "description": "中餐食物数据集标注,包含上面两张图片", "version": "1.0", "year": 2024, "contributor": "AI标注团队" }, "licenses": [ { "url": "http://creativecommons.org/licenses/by/2.0/", "id": 1, "name": "Attribution License" } ], "images": [ { "id": 2024001, "width": 1024, "height": 1024, "file_name": "chicken_leg_with_cauliflower.jpg", "license": 1, "date_captured": "2024-01-01 12:00:00" }, { "id": 2024003, "width": 1024, "height": 1024, "file_name": "mixed_platter_001.jpg", "license": 1, "date_captured": "2024-01-01 12:00:00" } ], "categories": [ { "id": 1, "name": "rice", "supercategory": "staple", "isthing": 0 }, { "id": 2, "name": "chicken_leg", "supercategory": "meat", "isthing": 1 }, { "id": 3, "name": "cauliflower", "supercategory": "vegetable", "isthing": 1 }, { "id": 4, "name": "cured_pork", "supercategory": "meat", "isthing": 1 }, { "id": 5, "name": "lotus_root", "supercategory": "vegetable", "isthing": 1 }, { "id": 6, "name": "chili_pepper", "supercategory": "vegetable", "isthing": 1 }, { "id": 7, "name": "pork", "supercategory": "meat", "isthing": 1 }, { "id": 8, "name": "fried_tofu_puff", "supercategory": "soy_product", "isthing": 1 } ], "annotations": [ { "image_id": 2024001, "file_name": "panoptic_mask_2024001.png", "segments_info": [ { "id": 101, "category_id": 1, "iscrowd": 0, "bbox": , "area": 350000, "attributes": { "dish_context": null, "is_staple": true, "cooking_method": ["steamed"], "form": "grain" } }, { "id": 201, "category_id": 2, "iscrowd": 0, "bbox": , "area": 280000, "attributes": { "dish_context": "braised_chicken_leg", "is_staple": false, "cooking_method": ["braised"], "form": "whole" } }, { "id": 301, "category_id": 3, "iscrowd": 0, "bbox": , "area": 45000, "attributes": { "dish_context": "stir_fried_cauliflower", "is_staple": false, "cooking_method": ["stir-fried"], "form": "floret" } }, { "id": 302, "category_id": 3, "iscrowd": 0, "bbox": , "area": 38000, "attributes": { "dish_context": "stir_fried_cauliflower", "is_staple": false, "cooking_method": ["stir-fried"], "form": "floret" } } ] }, { "image_id": 2024003, "file_name": "panoptic_mask_2024003.png", "segments_info": [ { "id": 101, "category_id": 1, "iscrowd": 0, "bbox": , "area": 380000, "attributes": { "dish_context": null, "is_staple": true, "cooking_method": ["steamed"], "form": "grain" } }, { "id": 301, "category_id": 3, "iscrowd": 0, "bbox": , "area": 48000, "attributes": { "dish_context": "stir_fried_cauliflower", "is_staple": false, "cooking_method": ["stir-fried"], "form": "floret" } }, { "id": 801, "category_id": 8, "iscrowd": 0, "bbox": , "area": 21000, "attributes": { "dish_context": "stir_fried_cauliflower", "is_staple": false, "cooking_method": ["stir-fried", "deep-fried"], "form": "chunk" } }, { "id": 401, "category_id": 4, "iscrowd": 0, "bbox": , "area": 9000, "attributes": { "dish_context": "stir_fried_cured_pork_with_lotus_root", "is_staple": false, "cooking_method": ["stir-fried"], "form": "dice" } }, { "id": 501, "category_id": 5, "iscrowd": 0, "bbox": , "area": 13000, "attributes": { "dish_context": "stir_fried_cured_pork_with_lotus_root", "is_staple": false, "cooking_method": ["stir-fried"], "form": "slice" } }, { "id": 601, "category_id": 6, "iscrowd": 0, "bbox": , "area": 5600, "attributes": { "dish_context": "stir_fried_cured_pork_with_lotus_root", "is_staple": false, "cooking_method": ["stir-fried"], "form": "chunk" } }, { "id": 701, "category_id": 7, "iscrowd": 0, "bbox": , "area": 19500, "attributes": { "dish_context": "guo_bao_rou", "is_staple": false, "cooking_method": ["deep-fried", "stir-fried_with_sauce"], "form": "slice" } }, { "id": 702, "category_id": 7, "iscrowd": 0, "bbox": , "area": 16800, "attributes": { "dish_context": "guo_bao_rou", "is_staple": false, "cooking_method": ["deep-fried", "stir-fried_with_sauce"], "form": "slice" } } ] } ] }
|